Html Css Color HEX #F05A77 Wild Watermelon

📋 copy color: '#F05A77'

red 240 ◦ green 90 ◦ blue 119

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

Shades of Wild Watermelon #F05A77

Tints of Wild Watermelon #F05A77

RGB

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

 GREEN value IS 90 (35.55% from 255) = 20.04%

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

R = 53.45%
G = 20.04%
B = 26.5%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.50

 K value IS 0.06

RGB Variations

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

Color information

#F05A77 (or 0xF05A77) is known color: Wild Watermelon. HEX triplet: F0, 5A and 77. RGB value is (240,90,119). Sum of RGB (Red+Green+Blue) = 240+90+119=449 (59% of max value = 765). Red value is 240 (94.14% from 255 or 53.45% from 449); Green value is 90 (35.55% from 255 or 20.04% from 449); Blue value is 119 (46.88% from 255 or 26.50% from 449); Max value from RGB is 240 - color contains mainly: red. Hex color #F05A77 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F05A77 is #0FA588. Grayscale: #8A8A8A. Windows color (decimal): -1025417 or 7822064. OLE color: 7822064.

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

Color convert

RGB 240 90 119 -
CMYK 0 0.62 0.50 0.06
HSL 348.4º 0.83% 0.65% -
HSV(B) 348.4º 0.63% 0.94% -
XYZ 42.92 27.17 20.43 -
YUV 138.16 117.2 200.64 -
System Red Green Blue C M Y K H S L
Decimal 240 90 119 0 0.62 0.50 0.06 348.4 0.83 0.65
Hex F0 5A 77 0 3E 32 6 15C 53 41
Octal 360 132 167 0 76 62 6 534 123 101
Binary 11110000 1011010 1110111 0 111110 110010 110 101011100 1010011 1000001

Color Harmonies of #F05A77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F05A77

Black with #F05A77

Text Example


Text Example

White with #F05A77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F05A77; }

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

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

background-color css

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

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

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

border-color css

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

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

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