Html Css Color HEX #F55F77 Wild Watermelon

📋 copy color: '#F55F77'

red 245 ◦ green 95 ◦ blue 119

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

Shades of Wild Watermelon #F55F77

Tints of Wild Watermelon #F55F77

RGB

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

 GREEN value IS 95 (37.5% from 255) = 20.7%

 BLUE value IS 119 (46.88% from 255) = 25.93%

R = 53.38%
G = 20.7%
B = 25.93%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.51

 K value IS 0.04

RGB Variations

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

Color information

#F55F77 (or 0xF55F77) is known color: Wild Watermelon. HEX triplet: F5, 5F and 77. RGB value is (245,95,119). Sum of RGB (Red+Green+Blue) = 245+95+119=459 (60% of max value = 765). Red value is 245 (96.09% from 255 or 53.38% from 459); Green value is 95 (37.5% from 255 or 20.70% from 459); Blue value is 119 (46.88% from 255 or 25.93% from 459); Max value from RGB is 245 - color contains mainly: red. Hex color #F55F77 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F55F77 is #0AA088. Grayscale: #8E8E8E. Windows color (decimal): -696457 or 7823349. OLE color: 7823349.

HSL color Cylindrical-coordinate representation of color #F55F77: hue angle of 350.4º degrees, saturation: 0.88, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #F55F77 is Cyan = 0, Magento = 0.61, Yellow = 0.51 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 95 119 -
CMYK 0 0.61 0.51 0.04
HSL 350.4º 0.88% 0.67% -
HSV(B) 350.4º 0.61% 0.96% -
XYZ 45.08 28.93 20.66 -
YUV 142.59 114.7 201.05 -
System Red Green Blue C M Y K H S L
Decimal 245 95 119 0 0.61 0.51 0.04 350.4 0.88 0.67
Hex F5 5F 77 0 3D 33 4 15E 58 43
Octal 365 137 167 0 75 63 4 536 130 103
Binary 11110101 1011111 1110111 0 111101 110011 100 101011110 1011000 1000011

Color Harmonies of #F55F77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F55F77

Black with #F55F77

Text Example


Text Example

White with #F55F77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F55F77; }

 p { color: rgb(245,95,119); }

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

background-color css

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

 a { background-color: rgb(245,95,119); }

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

border-color css

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

 span { border-color: rgb(245,95,119); }

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