Html Css Color HEX #F05F77 Wild Watermelon

📋 copy color: '#F05F77'

red 240 ◦ green 95 ◦ blue 119

#F05F77
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Wild Watermelon #F05F77

Tints of Wild Watermelon #F05F77

RGB

 RED value IS 240 (94.14% from 255) = 52.86%

 GREEN value IS 95 (37.5% from 255) = 20.93%

 BLUE value IS 119 (46.88% from 255) = 26.21%

R = 52.86%
G = 20.93%
B = 26.21%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.50

 K value IS 0.06

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#F05F77 (or 0xF05F77) is known color: Wild Watermelon. HEX triplet: F0, 5F and 77. RGB value is (240,95,119). Sum of RGB (Red+Green+Blue) = 240+95+119=454 (60% of max value = 765). Red value is 240 (94.14% from 255 or 52.86% from 454); Green value is 95 (37.5% from 255 or 20.93% from 454); Blue value is 119 (46.88% from 255 or 26.21% from 454); Max value from RGB is 240 - color contains mainly: red. Hex color #F05F77 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F05F77 is #0FA088. Grayscale: #8D8D8D. Windows color (decimal): -1024137 or 7823344. OLE color: 7823344.

HSL color Cylindrical-coordinate representation of color #F05F77: hue angle of 350.07º degrees, saturation: 0.83, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F05F77 is Cyan = 0, Magento = 0.60, Yellow = 0.50 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 95 119 -
CMYK 0 0.60 0.50 0.06
HSL 350.07º 0.83% 0.66% -
HSV(B) 350.07º 0.6% 0.94% -
XYZ 43.36 28.04 20.58 -
YUV 141.09 115.54 198.55 -
System Red Green Blue C M Y K H S L
Decimal 240 95 119 0 0.60 0.50 0.06 350.07 0.83 0.66
Hex F0 5F 77 0 3C 32 6 15E 53 42
Octal 360 137 167 0 74 62 6 536 123 102
Binary 11110000 1011111 1110111 0 111100 110010 110 101011110 1010011 1000010

Color Harmonies of #F05F77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F05F77

Black with #F05F77

Text Example


Text Example

White with #F05F77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F05F77; }

 p { color: rgb(240,95,119); }

 H1.HeaderClassName
 {
   color: #F05F77;
 }
 .AnyTagClassName
 {
   color: #F05F77;
 }
</style>

background-color css

<style>
 a { background-color: #F05F77; }

 a { background-color: rgb(240,95,119); }

 div.DivClassName
 {
   background-color: #F05F77;
 }
 .BgClassName
 {
   background-color: #F05F77;
 }
</style>

border-color css

<style>
 span { border-color: #F05F77; }

 span { border-color: rgb(240,95,119); }

 td.TdClassName
 {
   border-color: #F05F77;
 }
 .TagClassName
 {
   border-color: #F05F77;
 }
</style>