Html Css Color HEX #F17585 Deep Blush

📋 copy color: '#F17585'

red 241 ◦ green 117 ◦ blue 133

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

Shades of Deep Blush #F17585

Tints of Deep Blush #F17585

RGB

 RED value IS 241 (94.53% from 255) = 49.08%

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

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

R = 49.08%
G = 23.83%
B = 27.09%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.45

 K value IS 0.05

RGB Variations

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

Color information

#F17585 (or 0xF17585) is known color: Deep Blush. HEX triplet: F1, 75 and 85. RGB value is (241,117,133). Sum of RGB (Red+Green+Blue) = 241+117+133=491 (65% of max value = 765). Red value is 241 (94.53% from 255 or 49.08% from 491); Green value is 117 (46.09% from 255 or 23.83% from 491); Blue value is 133 (52.34% from 255 or 27.09% from 491); Max value from RGB is 241 - color contains mainly: red. Hex color #F17585 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F17585 is #0E8A7A. Grayscale: #9B9B9B. Windows color (decimal): -952955 or 8746481. OLE color: 8746481.

HSL color Cylindrical-coordinate representation of color #F17585: hue angle of 352.26º degrees, saturation: 0.82, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #F17585 is Cyan = 0, Magento = 0.51, Yellow = 0.45 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 117 133 -
CMYK 0 0.51 0.45 0.05
HSL 352.26º 0.82% 0.7% -
HSV(B) 352.26º 0.51% 0.95% -
XYZ 46.87 33.12 26.11 -
YUV 155.9 115.08 188.7 -
System Red Green Blue C M Y K H S L
Decimal 241 117 133 0 0.51 0.45 0.05 352.26 0.82 0.7
Hex F1 75 85 0 33 2D 5 160 52 46
Octal 361 165 205 0 63 55 5 540 122 106
Binary 11110001 1110101 10000101 0 110011 101101 101 101100000 1010010 1000110

Color Harmonies of #F17585

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F17585

Black with #F17585

Text Example


Text Example

White with #F17585

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F17585; }

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

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

background-color css

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

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

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

border-color css

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

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

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