Html Css Color HEX #F55A6E Wild Watermelon

📋 copy color: '#F55A6E'

red 245 ◦ green 90 ◦ blue 110

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

Shades of Wild Watermelon #F55A6E

Tints of Wild Watermelon #F55A6E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 24.72%

R = 55.06%
G = 20.22%
B = 24.72%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.55

 K value IS 0.04

RGB Variations

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

Color information

#F55A6E (or 0xF55A6E) is known color: Wild Watermelon. HEX triplet: F5, 5A and 6E. RGB value is (245,90,110). Sum of RGB (Red+Green+Blue) = 245+90+110=445 (58% of max value = 765). Red value is 245 (96.09% from 255 or 55.06% from 445); Green value is 90 (35.55% from 255 or 20.22% from 445); Blue value is 110 (43.36% from 255 or 24.72% from 445); Max value from RGB is 245 - color contains mainly: red. Hex color #F55A6E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F55A6E is #0AA591. Grayscale: #8A8A8A. Windows color (decimal): -697746 or 7232245. OLE color: 7232245.

HSL color Cylindrical-coordinate representation of color #F55A6E: hue angle of 352.26º 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 #F55A6E is Cyan = 0, Magento = 0.63, Yellow = 0.55 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 90 110 -
CMYK 0 0.63 0.55 0.04
HSL 352.26º 0.89% 0.66% -
HSV(B) 352.26º 0.63% 0.96% -
XYZ 44.13 27.85 17.8 -
YUV 138.63 111.85 203.87 -
System Red Green Blue C M Y K H S L
Decimal 245 90 110 0 0.63 0.55 0.04 352.26 0.89 0.66
Hex F5 5A 6E 0 3F 37 4 160 59 42
Octal 365 132 156 0 77 67 4 540 131 102
Binary 11110101 1011010 1101110 0 111111 110111 100 101100000 1011001 1000010

Color Harmonies of #F55A6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F55A6E

Black with #F55A6E

Text Example


Text Example

White with #F55A6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F55A6E; }

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

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

background-color css

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

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

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

border-color css

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

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

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