Html Css Color HEX #F57384 Deep Blush

📋 copy color: '#F57384'

red 245 ◦ green 115 ◦ blue 132

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

Shades of Deep Blush #F57384

Tints of Deep Blush #F57384

RGB

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

 GREEN value IS 115 (45.31% from 255) = 23.37%

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

R = 49.8%
G = 23.37%
B = 26.83%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.46

 K value IS 0.04

RGB Variations

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

Color information

#F57384 (or 0xF57384) is known color: Deep Blush. HEX triplet: F5, 73 and 84. RGB value is (245,115,132). Sum of RGB (Red+Green+Blue) = 245+115+132=492 (65% of max value = 765). Red value is 245 (96.09% from 255 or 49.80% from 492); Green value is 115 (45.31% from 255 or 23.37% from 492); Blue value is 132 (51.95% from 255 or 26.83% from 492); Max value from RGB is 245 - color contains mainly: red. Hex color #F57384 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F57384 is #0A8C7B. Grayscale: #9B9B9B. Windows color (decimal): -691324 or 8680437. OLE color: 8680437.

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

Color convert

RGB 245 115 132 -
CMYK 0 0.53 0.46 0.04
HSL 352.15º 0.87% 0.71% -
HSV(B) 352.15º 0.53% 0.96% -
XYZ 47.95 33.34 25.74 -
YUV 155.81 114.57 191.62 -
System Red Green Blue C M Y K H S L
Decimal 245 115 132 0 0.53 0.46 0.04 352.15 0.87 0.71
Hex F5 73 84 0 35 2E 4 160 57 47
Octal 365 163 204 0 65 56 4 540 127 107
Binary 11110101 1110011 10000100 0 110101 101110 100 101100000 1010111 1000111

Color Harmonies of #F57384

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F57384

Black with #F57384

Text Example


Text Example

White with #F57384

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F57384; }

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

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

background-color css

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

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

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

border-color css

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

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

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