Html Css Color HEX #F17486 Deep Blush

📋 copy color: '#F17486'

red 241 ◦ green 116 ◦ blue 134

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

Shades of Deep Blush #F17486

Tints of Deep Blush #F17486

RGB

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

 GREEN value IS 116 (45.7% from 255) = 23.63%

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

R = 49.08%
G = 23.63%
B = 27.29%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.44

 K value IS 0.05

RGB Variations

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

Color information

#F17486 (or 0xF17486) is known color: Deep Blush. HEX triplet: F1, 74 and 86. RGB value is (241,116,134). Sum of RGB (Red+Green+Blue) = 241+116+134=491 (65% of max value = 765). Red value is 241 (94.53% from 255 or 49.08% from 491); Green value is 116 (45.70% from 255 or 23.63% from 491); Blue value is 134 (52.73% from 255 or 27.29% from 491); Max value from RGB is 241 - color contains mainly: red. Hex color #F17486 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F17486 is #0E8B79. Grayscale: #9B9B9B. Windows color (decimal): -953210 or 8811761. OLE color: 8811761.

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

Color convert

RGB 241 116 134 -
CMYK 0 0.52 0.44 0.05
HSL 351.36º 0.82% 0.7% -
HSV(B) 351.36º 0.52% 0.95% -
XYZ 46.82 32.91 26.44 -
YUV 155.43 115.91 189.04 -
System Red Green Blue C M Y K H S L
Decimal 241 116 134 0 0.52 0.44 0.05 351.36 0.82 0.7
Hex F1 74 86 0 34 2C 5 15F 52 46
Octal 361 164 206 0 64 54 5 537 122 106
Binary 11110001 1110100 10000110 0 110100 101100 101 101011111 1010010 1000110

Color Harmonies of #F17486

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F17486

Black with #F17486

Text Example


Text Example

White with #F17486

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F17486; }

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

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

background-color css

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

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

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

border-color css

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

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

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