Html Css Color HEX #F05A6F Wild Watermelon

📋 copy color: '#F05A6F'

red 240 ◦ green 90 ◦ blue 111

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

Shades of Wild Watermelon #F05A6F

Tints of Wild Watermelon #F05A6F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 25.17%

R = 54.42%
G = 20.41%
B = 25.17%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.54

 K value IS 0.06

RGB Variations

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

Color information

#F05A6F (or 0xF05A6F) is known color: Wild Watermelon. HEX triplet: F0, 5A and 6F. RGB value is (240,90,111). Sum of RGB (Red+Green+Blue) = 240+90+111=441 (58% of max value = 765). Red value is 240 (94.14% from 255 or 54.42% from 441); Green value is 90 (35.55% from 255 or 20.41% from 441); Blue value is 111 (43.75% from 255 or 25.17% from 441); Max value from RGB is 240 - color contains mainly: red. Hex color #F05A6F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F05A6F is #0FA590. Grayscale: #898989. Windows color (decimal): -1025425 or 7297776. OLE color: 7297776.

HSL color Cylindrical-coordinate representation of color #F05A6F: hue angle of 351.6º 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 #F05A6F is Cyan = 0, Magento = 0.62, Yellow = 0.54 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 90 111 -
CMYK 0 0.62 0.54 0.06
HSL 351.6º 0.83% 0.65% -
HSV(B) 351.6º 0.63% 0.94% -
XYZ 42.46 26.99 18.01 -
YUV 137.24 113.2 201.29 -
System Red Green Blue C M Y K H S L
Decimal 240 90 111 0 0.62 0.54 0.06 351.6 0.83 0.65
Hex F0 5A 6F 0 3E 36 6 160 53 41
Octal 360 132 157 0 76 66 6 540 123 101
Binary 11110000 1011010 1101111 0 111110 110110 110 101100000 1010011 1000001

Color Harmonies of #F05A6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F05A6F

Black with #F05A6F

Text Example


Text Example

White with #F05A6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F05A6F; }

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

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

background-color css

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

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

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

border-color css

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

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

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