Html Css Color HEX #F06071 Wild Watermelon

📋 copy color: '#F06071'

red 240 ◦ green 96 ◦ blue 113

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

Shades of Wild Watermelon #F06071

Tints of Wild Watermelon #F06071

RGB

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

 GREEN value IS 96 (37.89% from 255) = 21.38%

 BLUE value IS 113 (44.53% from 255) = 25.17%

R = 53.45%
G = 21.38%
B = 25.17%

CMYK

 C value IS 0

 M value IS 0.6

 Y value IS 0.53

 K value IS 0.06

RGB Variations

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

Color information

#F06071 (or 0xF06071) is known color: Wild Watermelon. HEX triplet: F0, 60 and 71. RGB value is (240,96,113). Sum of RGB (Red+Green+Blue) = 240+96+113=449 (59% of max value = 765). Red value is 240 (94.14% from 255 or 53.45% from 449); Green value is 96 (37.89% from 255 or 21.38% from 449); Blue value is 113 (44.53% from 255 or 25.17% from 449); Max value from RGB is 240 - color contains mainly: red. Hex color #F06071 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F06071 is #0F9F8E. Grayscale: #8D8D8D. Windows color (decimal): -1023887 or 7430384. OLE color: 7430384.

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

Color convert

RGB 240 96 113 -
CMYK 0 0.6 0.53 0.06
HSL 352.92º 0.83% 0.66% -
HSV(B) 352.92º 0.6% 0.94% -
XYZ 43.1 28.08 18.77 -
YUV 140.99 112.21 198.62 -
System Red Green Blue C M Y K H S L
Decimal 240 96 113 0 0.6 0.53 0.06 352.92 0.83 0.66
Hex F0 60 71 0 3C 35 6 161 53 42
Octal 360 140 161 0 74 65 6 541 123 102
Binary 11110000 1100000 1110001 0 111100 110101 110 101100001 1010011 1000010

Color Harmonies of #F06071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F06071

Black with #F06071

Text Example


Text Example

White with #F06071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F06071; }

 p { color: rgb(240,96,113); }

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

background-color css

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

 a { background-color: rgb(240,96,113); }

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

border-color css

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

 span { border-color: rgb(240,96,113); }

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