Html Css Color HEX #F05172 Wild Watermelon

📋 copy color: '#F05172'

red 240 ◦ green 81 ◦ blue 114

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

Shades of Wild Watermelon #F05172

Tints of Wild Watermelon #F05172

RGB

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

 GREEN value IS 81 (32.03% from 255) = 18.62%

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

R = 55.17%
G = 18.62%
B = 26.21%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.52

 K value IS 0.06

RGB Variations

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

Color information

#F05172 (or 0xF05172) is known color: Wild Watermelon. HEX triplet: F0, 51 and 72. RGB value is (240,81,114). Sum of RGB (Red+Green+Blue) = 240+81+114=435 (57% of max value = 765). Red value is 240 (94.14% from 255 or 55.17% from 435); Green value is 81 (32.03% from 255 or 18.62% from 435); Blue value is 114 (44.92% from 255 or 26.21% from 435); Max value from RGB is 240 - color contains mainly: red. Hex color #F05172 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F05172 is #0FAE8D. Grayscale: #848484. Windows color (decimal): -1027726 or 7492080. OLE color: 7492080.

HSL color Cylindrical-coordinate representation of color #F05172: hue angle of 347.55º degrees, saturation: 0.84, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #F05172 is Cyan = 0, Magento = 0.66, Yellow = 0.52 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 81 114 -
CMYK 0 0.66 0.52 0.06
HSL 347.55º 0.84% 0.63% -
HSV(B) 347.55º 0.66% 0.94% -
XYZ 41.91 25.63 18.66 -
YUV 132.3 117.68 204.82 -
System Red Green Blue C M Y K H S L
Decimal 240 81 114 0 0.66 0.52 0.06 347.55 0.84 0.63
Hex F0 51 72 0 42 34 6 15C 54 3F
Octal 360 121 162 0 102 64 6 534 124 77
Binary 11110000 1010001 1110010 0 1000010 110100 110 101011100 1010100 111111

Color Harmonies of #F05172

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F05172

Black with #F05172

Text Example


Text Example

White with #F05172

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F05172; }

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

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

background-color css

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

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

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

border-color css

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

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

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