Html Css Color HEX #F57785 Deep Blush

📋 copy color: '#F57785'

red 245 ◦ green 119 ◦ blue 133

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

Shades of Deep Blush #F57785

Tints of Deep Blush #F57785

RGB

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

 GREEN value IS 119 (46.88% from 255) = 23.94%

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

R = 49.3%
G = 23.94%
B = 26.76%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.46

 K value IS 0.04

RGB Variations

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

Color information

#F57785 (or 0xF57785) is known color: Deep Blush. HEX triplet: F5, 77 and 85. RGB value is (245,119,133). Sum of RGB (Red+Green+Blue) = 245+119+133=497 (65% of max value = 765). Red value is 245 (96.09% from 255 or 49.30% from 497); Green value is 119 (46.88% from 255 or 23.94% from 497); Blue value is 133 (52.34% from 255 or 26.76% from 497); Max value from RGB is 245 - color contains mainly: red. Hex color #F57785 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F57785 is #0A887A. Grayscale: #9E9E9E. Windows color (decimal): -690299 or 8746997. OLE color: 8746997.

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

Color convert

RGB 245 119 133 -
CMYK 0 0.51 0.46 0.04
HSL 353.33º 0.86% 0.71% -
HSV(B) 353.33º 0.51% 0.96% -
XYZ 48.49 34.3 26.26 -
YUV 158.27 113.74 189.86 -
System Red Green Blue C M Y K H S L
Decimal 245 119 133 0 0.51 0.46 0.04 353.33 0.86 0.71
Hex F5 77 85 0 33 2E 4 161 56 47
Octal 365 167 205 0 63 56 4 541 126 107
Binary 11110101 1110111 10000101 0 110011 101110 100 101100001 1010110 1000111

Color Harmonies of #F57785

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F57785

Black with #F57785

Text Example


Text Example

White with #F57785

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F57785; }

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

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

background-color css

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

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

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

border-color css

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

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

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