Html Css Color HEX #F5496F Wild Watermelon

📋 copy color: '#F5496F'

red 245 ◦ green 73 ◦ blue 111

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

Shades of Wild Watermelon #F5496F

Tints of Wild Watermelon #F5496F

RGB

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

 GREEN value IS 73 (28.91% from 255) = 17.02%

 BLUE value IS 111 (43.75% from 255) = 25.87%

R = 57.11%
G = 17.02%
B = 25.87%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.55

 K value IS 0.04

RGB Variations

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

Color information

#F5496F (or 0xF5496F) is known color: Wild Watermelon. HEX triplet: F5, 49 and 6F. RGB value is (245,73,111). Sum of RGB (Red+Green+Blue) = 245+73+111=429 (56% of max value = 765). Red value is 245 (96.09% from 255 or 57.11% from 429); Green value is 73 (28.91% from 255 or 17.02% from 429); Blue value is 111 (43.75% from 255 or 25.87% from 429); Max value from RGB is 245 - color contains mainly: red. Hex color #F5496F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F5496F is #0AB690. Grayscale: #808080. Windows color (decimal): -702097 or 7293429. OLE color: 7293429.

HSL color Cylindrical-coordinate representation of color #F5496F: hue angle of 346.74º degrees, saturation: 0.9, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F5496F is Cyan = 0, Magento = 0.70, Yellow = 0.55 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 73 111 -
CMYK 0 0.70 0.55 0.04
HSL 346.74º 0.9% 0.62% -
HSV(B) 346.74º 0.7% 0.96% -
XYZ 42.91 25.33 17.67 -
YUV 128.76 117.98 210.91 -
System Red Green Blue C M Y K H S L
Decimal 245 73 111 0 0.70 0.55 0.04 346.74 0.9 0.62
Hex F5 49 6F 0 46 37 4 15B 5A 3E
Octal 365 111 157 0 106 67 4 533 132 76
Binary 11110101 1001001 1101111 0 1000110 110111 100 101011011 1011010 111110

Color Harmonies of #F5496F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5496F

Black with #F5496F

Text Example


Text Example

White with #F5496F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5496F; }

 p { color: rgb(245,73,111); }

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

background-color css

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

 a { background-color: rgb(245,73,111); }

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

border-color css

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

 span { border-color: rgb(245,73,111); }

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