Html Css Color HEX #F05872 Wild Watermelon

📋 copy color: '#F05872'

red 240 ◦ green 88 ◦ blue 114

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

Shades of Wild Watermelon #F05872

Tints of Wild Watermelon #F05872

RGB

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

 GREEN value IS 88 (34.77% from 255) = 19.91%

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

R = 54.3%
G = 19.91%
B = 25.79%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.52

 K value IS 0.06

RGB Variations

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

Color information

#F05872 (or 0xF05872) is known color: Wild Watermelon. HEX triplet: F0, 58 and 72. RGB value is (240,88,114). Sum of RGB (Red+Green+Blue) = 240+88+114=442 (58% of max value = 765). Red value is 240 (94.14% from 255 or 54.30% from 442); Green value is 88 (34.77% from 255 or 19.91% from 442); Blue value is 114 (44.92% from 255 or 25.79% from 442); Max value from RGB is 240 - color contains mainly: red. Hex color #F05872 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F05872 is #0FA78D. Grayscale: #888888. Windows color (decimal): -1025934 or 7493872. OLE color: 7493872.

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

Color convert

RGB 240 88 114 -
CMYK 0 0.63 0.52 0.06
HSL 349.74º 0.84% 0.64% -
HSV(B) 349.74º 0.63% 0.94% -
XYZ 42.46 26.72 18.84 -
YUV 136.41 115.36 201.89 -
System Red Green Blue C M Y K H S L
Decimal 240 88 114 0 0.63 0.52 0.06 349.74 0.84 0.64
Hex F0 58 72 0 3F 34 6 15E 54 40
Octal 360 130 162 0 77 64 6 536 124 100
Binary 11110000 1011000 1110010 0 111111 110100 110 101011110 1010100 1000000

Color Harmonies of #F05872

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F05872

Black with #F05872

Text Example


Text Example

White with #F05872

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F05872; }

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

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

background-color css

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

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

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

border-color css

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

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

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