Html Css Color HEX #F57486 Deep Blush

📋 copy color: '#F57486'

red 245 ◦ green 116 ◦ blue 134

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

Shades of Deep Blush #F57486

Tints of Deep Blush #F57486

RGB

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

 GREEN value IS 116 (45.7% from 255) = 23.43%

 BLUE value IS 134 (52.73% from 255) = 27.07%

R = 49.49%
G = 23.43%
B = 27.07%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.45

 K value IS 0.04

RGB Variations

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

Color information

#F57486 (or 0xF57486) is known color: Deep Blush. HEX triplet: F5, 74 and 86. RGB value is (245,116,134). Sum of RGB (Red+Green+Blue) = 245+116+134=495 (65% of max value = 765). Red value is 245 (96.09% from 255 or 49.49% from 495); Green value is 116 (45.70% from 255 or 23.43% from 495); Blue value is 134 (52.73% from 255 or 27.07% from 495); Max value from RGB is 245 - color contains mainly: red. Hex color #F57486 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F57486 is #0A8B79. Grayscale: #9C9C9C. Windows color (decimal): -691066 or 8811765. OLE color: 8811765.

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

Color convert

RGB 245 116 134 -
CMYK 0 0.53 0.45 0.04
HSL 351.63º 0.87% 0.71% -
HSV(B) 351.63º 0.53% 0.96% -
XYZ 48.2 33.62 26.5 -
YUV 156.62 115.24 191.04 -
System Red Green Blue C M Y K H S L
Decimal 245 116 134 0 0.53 0.45 0.04 351.63 0.87 0.71
Hex F5 74 86 0 35 2D 4 160 57 47
Octal 365 164 206 0 65 55 4 540 127 107
Binary 11110101 1110100 10000110 0 110101 101101 100 101100000 1010111 1000111

Color Harmonies of #F57486

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F57486

Black with #F57486

Text Example


Text Example

White with #F57486

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F57486; }

 p { color: rgb(245,116,134); }

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

background-color css

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

 a { background-color: rgb(245,116,134); }

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

border-color css

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

 span { border-color: rgb(245,116,134); }

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