Html Css Color HEX #F57584 Deep Blush

📋 copy color: '#F57584'

red 245 ◦ green 117 ◦ blue 132

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

Shades of Deep Blush #F57584

Tints of Deep Blush #F57584

RGB

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

 GREEN value IS 117 (46.09% from 255) = 23.68%

 BLUE value IS 132 (51.95% from 255) = 26.72%

R = 49.6%
G = 23.68%
B = 26.72%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.46

 K value IS 0.04

RGB Variations

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

Color information

#F57584 (or 0xF57584) is known color: Deep Blush. HEX triplet: F5, 75 and 84. RGB value is (245,117,132). Sum of RGB (Red+Green+Blue) = 245+117+132=494 (65% of max value = 765). Red value is 245 (96.09% from 255 or 49.60% from 494); Green value is 117 (46.09% from 255 or 23.68% from 494); Blue value is 132 (51.95% from 255 or 26.72% from 494); Max value from RGB is 245 - color contains mainly: red. Hex color #F57584 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F57584 is #0A8A7B. Grayscale: #9D9D9D. Windows color (decimal): -690812 or 8680949. OLE color: 8680949.

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

Color convert

RGB 245 117 132 -
CMYK 0 0.52 0.46 0.04
HSL 352.97º 0.86% 0.71% -
HSV(B) 352.97º 0.52% 0.96% -
XYZ 48.18 33.8 25.81 -
YUV 156.98 113.91 190.78 -
System Red Green Blue C M Y K H S L
Decimal 245 117 132 0 0.52 0.46 0.04 352.97 0.86 0.71
Hex F5 75 84 0 34 2E 4 161 56 47
Octal 365 165 204 0 64 56 4 541 126 107
Binary 11110101 1110101 10000100 0 110100 101110 100 101100001 1010110 1000111

Color Harmonies of #F57584

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F57584

Black with #F57584

Text Example


Text Example

White with #F57584

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F57584; }

 p { color: rgb(245,117,132); }

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

background-color css

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

 a { background-color: rgb(245,117,132); }

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

border-color css

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

 span { border-color: rgb(245,117,132); }

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