Html Css Color HEX #F06172 Wild Watermelon

📋 copy color: '#F06172'

red 240 ◦ green 97 ◦ blue 114

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

Shades of Wild Watermelon #F06172

Tints of Wild Watermelon #F06172

RGB

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

 GREEN value IS 97 (38.28% from 255) = 21.51%

 BLUE value IS 114 (44.92% from 255) = 25.28%

R = 53.22%
G = 21.51%
B = 25.28%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.52

 K value IS 0.06

RGB Variations

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

Color information

#F06172 (or 0xF06172) is known color: Wild Watermelon. HEX triplet: F0, 61 and 72. RGB value is (240,97,114). Sum of RGB (Red+Green+Blue) = 240+97+114=451 (59% of max value = 765). Red value is 240 (94.14% from 255 or 53.22% from 451); Green value is 97 (38.28% from 255 or 21.51% from 451); Blue value is 114 (44.92% from 255 or 25.28% from 451); Max value from RGB is 240 - color contains mainly: red. Hex color #F06172 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F06172 is #0F9E8D. Grayscale: #8D8D8D. Windows color (decimal): -1023630 or 7496176. OLE color: 7496176.

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

Color convert

RGB 240 97 114 -
CMYK 0 0.60 0.52 0.06
HSL 352.87º 0.83% 0.66% -
HSV(B) 352.87º 0.6% 0.94% -
XYZ 43.25 28.29 19.1 -
YUV 141.7 112.38 198.12 -
System Red Green Blue C M Y K H S L
Decimal 240 97 114 0 0.60 0.52 0.06 352.87 0.83 0.66
Hex F0 61 72 0 3C 34 6 161 53 42
Octal 360 141 162 0 74 64 6 541 123 102
Binary 11110000 1100001 1110010 0 111100 110100 110 101100001 1010011 1000010

Color Harmonies of #F06172

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F06172

Black with #F06172

Text Example


Text Example

White with #F06172

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F06172; }

 p { color: rgb(240,97,114); }

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

background-color css

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

 a { background-color: rgb(240,97,114); }

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

border-color css

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

 span { border-color: rgb(240,97,114); }

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