Html Css Color HEX #F55A70 Wild Watermelon

📋 copy color: '#F55A70'

red 245 ◦ green 90 ◦ blue 112

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

Shades of Wild Watermelon #F55A70

Tints of Wild Watermelon #F55A70

RGB

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

 GREEN value IS 90 (35.55% from 255) = 20.13%

 BLUE value IS 112 (44.14% from 255) = 25.06%

R = 54.81%
G = 20.13%
B = 25.06%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.54

 K value IS 0.04

RGB Variations

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

Color information

#F55A70 (or 0xF55A70) is known color: Wild Watermelon. HEX triplet: F5, 5A and 70. RGB value is (245,90,112). Sum of RGB (Red+Green+Blue) = 245+90+112=447 (59% of max value = 765). Red value is 245 (96.09% from 255 or 54.81% from 447); Green value is 90 (35.55% from 255 or 20.13% from 447); Blue value is 112 (44.14% from 255 or 25.06% from 447); Max value from RGB is 245 - color contains mainly: red. Hex color #F55A70 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F55A70 is #0AA58F. Grayscale: #8A8A8A. Windows color (decimal): -697744 or 7363317. OLE color: 7363317.

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

Color convert

RGB 245 90 112 -
CMYK 0 0.63 0.54 0.04
HSL 351.48º 0.89% 0.66% -
HSV(B) 351.48º 0.63% 0.96% -
XYZ 44.24 27.89 18.38 -
YUV 138.85 112.85 203.71 -
System Red Green Blue C M Y K H S L
Decimal 245 90 112 0 0.63 0.54 0.04 351.48 0.89 0.66
Hex F5 5A 70 0 3F 36 4 15F 59 42
Octal 365 132 160 0 77 66 4 537 131 102
Binary 11110101 1011010 1110000 0 111111 110110 100 101011111 1011001 1000010

Color Harmonies of #F55A70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F55A70

Black with #F55A70

Text Example


Text Example

White with #F55A70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F55A70; }

 p { color: rgb(245,90,112); }

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

background-color css

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

 a { background-color: rgb(245,90,112); }

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

border-color css

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

 span { border-color: rgb(245,90,112); }

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