Html Css Color HEX #F55872 Wild Watermelon

📋 copy color: '#F55872'

red 245 ◦ green 88 ◦ blue 114

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

Shades of Wild Watermelon #F55872

Tints of Wild Watermelon #F55872

RGB

 RED value IS 245 (96.09% from 255) = 54.81%

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

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

R = 54.81%
G = 19.69%
B = 25.5%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.53

 K value IS 0.04

RGB Variations

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

Color information

#F55872 (or 0xF55872) is known color: Wild Watermelon. HEX triplet: F5, 58 and 72. RGB value is (245,88,114). Sum of RGB (Red+Green+Blue) = 245+88+114=447 (59% of max value = 765). Red value is 245 (96.09% from 255 or 54.81% from 447); Green value is 88 (34.77% from 255 or 19.69% from 447); Blue value is 114 (44.92% from 255 or 25.50% from 447); Max value from RGB is 245 - color contains mainly: red. Hex color #F55872 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F55872 is #0AA78D. Grayscale: #898989. Windows color (decimal): -698254 or 7493877. OLE color: 7493877.

HSL color Cylindrical-coordinate representation of color #F55872: hue angle of 350.06º degrees, saturation: 0.89, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #F55872 is Cyan = 0, Magento = 0.64, Yellow = 0.53 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 88 114 -
CMYK 0 0.64 0.53 0.04
HSL 350.06º 0.89% 0.65% -
HSV(B) 350.06º 0.64% 0.96% -
XYZ 44.18 27.61 18.92 -
YUV 137.91 114.51 204.39 -
System Red Green Blue C M Y K H S L
Decimal 245 88 114 0 0.64 0.53 0.04 350.06 0.89 0.65
Hex F5 58 72 0 40 35 4 15E 59 41
Octal 365 130 162 0 100 65 4 536 131 101
Binary 11110101 1011000 1110010 0 1000000 110101 100 101011110 1011001 1000001

Color Harmonies of #F55872

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F55872

Black with #F55872

Text Example


Text Example

White with #F55872

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F55872; }

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

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

background-color css

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

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

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

border-color css

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

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

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