Html Css Color HEX #F17686 Deep Blush

📋 copy color: '#F17686'

red 241 ◦ green 118 ◦ blue 134

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

Shades of Deep Blush #F17686

Tints of Deep Blush #F17686

RGB

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

 GREEN value IS 118 (46.48% from 255) = 23.94%

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

R = 48.88%
G = 23.94%
B = 27.18%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.44

 K value IS 0.05

RGB Variations

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

Color information

#F17686 (or 0xF17686) is known color: Deep Blush. HEX triplet: F1, 76 and 86. RGB value is (241,118,134). Sum of RGB (Red+Green+Blue) = 241+118+134=493 (65% of max value = 765). Red value is 241 (94.53% from 255 or 48.88% from 493); Green value is 118 (46.48% from 255 or 23.94% from 493); Blue value is 134 (52.73% from 255 or 27.18% from 493); Max value from RGB is 241 - color contains mainly: red. Hex color #F17686 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F17686 is #0E8979. Grayscale: #9C9C9C. Windows color (decimal): -952698 or 8812273. OLE color: 8812273.

HSL color Cylindrical-coordinate representation of color #F17686: hue angle of 352.2º degrees, saturation: 0.81, 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 #F17686 is Cyan = 0, Magento = 0.51, Yellow = 0.44 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 118 134 -
CMYK 0 0.51 0.44 0.05
HSL 352.2º 0.81% 0.7% -
HSV(B) 352.2º 0.51% 0.95% -
XYZ 47.06 33.38 26.52 -
YUV 156.6 115.25 188.2 -
System Red Green Blue C M Y K H S L
Decimal 241 118 134 0 0.51 0.44 0.05 352.2 0.81 0.7
Hex F1 76 86 0 33 2C 5 160 51 46
Octal 361 166 206 0 63 54 5 540 121 106
Binary 11110001 1110110 10000110 0 110011 101100 101 101100000 1010001 1000110

Color Harmonies of #F17686

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F17686

Black with #F17686

Text Example


Text Example

White with #F17686

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F17686; }

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

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

background-color css

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

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

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

border-color css

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

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

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