Html Css Color HEX #F57385 Deep Blush

📋 copy color: '#F57385'

red 245 ◦ green 115 ◦ blue 133

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

Shades of Deep Blush #F57385

Tints of Deep Blush #F57385

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 26.98%

R = 49.7%
G = 23.33%
B = 26.98%

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

#F57385 (or 0xF57385) is known color: Deep Blush. HEX triplet: F5, 73 and 85. RGB value is (245,115,133). Sum of RGB (Red+Green+Blue) = 245+115+133=493 (65% of max value = 765). Red value is 245 (96.09% from 255 or 49.70% from 493); Green value is 115 (45.31% from 255 or 23.33% from 493); Blue value is 133 (52.34% from 255 or 26.98% from 493); Max value from RGB is 245 - color contains mainly: red. Hex color #F57385 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F57385 is #0A8C7A. Grayscale: #9B9B9B. Windows color (decimal): -691323 or 8745973. OLE color: 8745973.

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

Color convert

RGB 245 115 133 -
CMYK 0 0.53 0.46 0.04
HSL 351.69º 0.87% 0.71% -
HSV(B) 351.69º 0.53% 0.96% -
XYZ 48.02 33.37 26.1 -
YUV 155.92 115.07 191.54 -
System Red Green Blue C M Y K H S L
Decimal 245 115 133 0 0.53 0.46 0.04 351.69 0.87 0.71
Hex F5 73 85 0 35 2E 4 160 57 47
Octal 365 163 205 0 65 56 4 540 127 107
Binary 11110101 1110011 10000101 0 110101 101110 100 101100000 1010111 1000111

Color Harmonies of #F57385

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F57385

Black with #F57385

Text Example


Text Example

White with #F57385

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F57385; }

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

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

background-color css

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

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

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

border-color css

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

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

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