Html Css Color HEX #F17086 Deep Blush

📋 copy color: '#F17086'

red 241 ◦ green 112 ◦ blue 134

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

Shades of Deep Blush #F17086

Tints of Deep Blush #F17086

RGB

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

 GREEN value IS 112 (44.14% from 255) = 23%

 BLUE value IS 134 (52.73% from 255) = 27.52%

R = 49.49%
G = 23%
B = 27.52%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.44

 K value IS 0.05

RGB Variations

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

Color information

#F17086 (or 0xF17086) is known color: Deep Blush. HEX triplet: F1, 70 and 86. RGB value is (241,112,134). Sum of RGB (Red+Green+Blue) = 241+112+134=487 (64% of max value = 765). Red value is 241 (94.53% from 255 or 49.49% from 487); Green value is 112 (44.14% from 255 or 23.00% from 487); Blue value is 134 (52.73% from 255 or 27.52% from 487); Max value from RGB is 241 - color contains mainly: red. Hex color #F17086 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F17086 is #0E8F79. Grayscale: #999999. Windows color (decimal): -954234 or 8810737. OLE color: 8810737.

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

Color convert

RGB 241 112 134 -
CMYK 0 0.54 0.44 0.05
HSL 349.77º 0.82% 0.69% -
HSV(B) 349.77º 0.54% 0.95% -
XYZ 46.37 32.01 26.29 -
YUV 153.08 117.24 190.71 -
System Red Green Blue C M Y K H S L
Decimal 241 112 134 0 0.54 0.44 0.05 349.77 0.82 0.69
Hex F1 70 86 0 36 2C 5 15E 52 45
Octal 361 160 206 0 66 54 5 536 122 105
Binary 11110001 1110000 10000110 0 110110 101100 101 101011110 1010010 1000101

Color Harmonies of #F17086

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F17086

Black with #F17086

Text Example


Text Example

White with #F17086

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F17086; }

 p { color: rgb(241,112,134); }

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

background-color css

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

 a { background-color: rgb(241,112,134); }

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

border-color css

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

 span { border-color: rgb(241,112,134); }

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