Html Css Color HEX #F57585 Deep Blush

📋 copy color: '#F57585'

red 245 ◦ green 117 ◦ blue 133

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

Shades of Deep Blush #F57585

Tints of Deep Blush #F57585

RGB

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

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

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

R = 49.49%
G = 23.64%
B = 26.87%

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

#F57585 (or 0xF57585) is known color: Deep Blush. HEX triplet: F5, 75 and 85. RGB value is (245,117,133). Sum of RGB (Red+Green+Blue) = 245+117+133=495 (65% of max value = 765). Red value is 245 (96.09% from 255 or 49.49% from 495); Green value is 117 (46.09% from 255 or 23.64% from 495); Blue value is 133 (52.34% from 255 or 26.87% from 495); Max value from RGB is 245 - color contains mainly: red. Hex color #F57585 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F57585 is #0A8A7A. Grayscale: #9D9D9D. Windows color (decimal): -690811 or 8746485. OLE color: 8746485.

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

Color convert

RGB 245 117 133 -
CMYK 0 0.52 0.46 0.04
HSL 352.5º 0.86% 0.71% -
HSV(B) 352.5º 0.52% 0.96% -
XYZ 48.25 33.83 26.18 -
YUV 157.1 114.41 190.7 -
System Red Green Blue C M Y K H S L
Decimal 245 117 133 0 0.52 0.46 0.04 352.5 0.86 0.71
Hex F5 75 85 0 34 2E 4 160 56 47
Octal 365 165 205 0 64 56 4 540 126 107
Binary 11110101 1110101 10000101 0 110100 101110 100 101100000 1010110 1000111

Color Harmonies of #F57585

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F57585

Black with #F57585

Text Example


Text Example

White with #F57585

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F57585; }

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

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

background-color css

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

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

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

border-color css

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

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

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