Html Css Color HEX #F5486F Wild Watermelon

📋 copy color: '#F5486F'

red 245 ◦ green 72 ◦ blue 111

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

Shades of Wild Watermelon #F5486F

Tints of Wild Watermelon #F5486F

RGB

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

 GREEN value IS 72 (28.52% from 255) = 16.82%

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

R = 57.24%
G = 16.82%
B = 25.93%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.55

 K value IS 0.04

RGB Variations

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

Color information

#F5486F (or 0xF5486F) is known color: Wild Watermelon. HEX triplet: F5, 48 and 6F. RGB value is (245,72,111). Sum of RGB (Red+Green+Blue) = 245+72+111=428 (56% of max value = 765). Red value is 245 (96.09% from 255 or 57.24% from 428); Green value is 72 (28.52% from 255 or 16.82% from 428); Blue value is 111 (43.75% from 255 or 25.93% from 428); Max value from RGB is 245 - color contains mainly: red. Hex color #F5486F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F5486F is #0AB790. Grayscale: #808080. Windows color (decimal): -702353 or 7293173. OLE color: 7293173.

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

Color convert

RGB 245 72 111 -
CMYK 0 0.71 0.55 0.04
HSL 346.47º 0.9% 0.62% -
HSV(B) 346.47º 0.71% 0.96% -
XYZ 42.84 25.19 17.64 -
YUV 128.17 118.31 211.33 -
System Red Green Blue C M Y K H S L
Decimal 245 72 111 0 0.71 0.55 0.04 346.47 0.9 0.62
Hex F5 48 6F 0 47 37 4 15A 5A 3E
Octal 365 110 157 0 107 67 4 532 132 76
Binary 11110101 1001000 1101111 0 1000111 110111 100 101011010 1011010 111110

Color Harmonies of #F5486F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5486F

Black with #F5486F

Text Example


Text Example

White with #F5486F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5486F; }

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

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

background-color css

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

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

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

border-color css

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

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

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