Html Css Color HEX #F17491 Deep Blush

📋 copy color: '#F17491'

red 241 ◦ green 116 ◦ blue 145

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

Shades of Deep Blush #F17491

Tints of Deep Blush #F17491

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 28.88%

R = 48.01%
G = 23.11%
B = 28.88%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.40

 K value IS 0.05

RGB Variations

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

Color information

#F17491 (or 0xF17491) is known color: Deep Blush. HEX triplet: F1, 74 and 91. RGB value is (241,116,145). Sum of RGB (Red+Green+Blue) = 241+116+145=502 (66% of max value = 765). Red value is 241 (94.53% from 255 or 48.01% from 502); Green value is 116 (45.70% from 255 or 23.11% from 502); Blue value is 145 (57.03% from 255 or 28.88% from 502); Max value from RGB is 241 - color contains mainly: red. Hex color #F17491 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F17491 is #0E8B6E. Grayscale: #9C9C9C. Windows color (decimal): -953199 or 9532657. OLE color: 9532657.

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

Color convert

RGB 241 116 145 -
CMYK 0 0.52 0.40 0.05
HSL 346.08º 0.82% 0.7% -
HSV(B) 346.08º 0.52% 0.95% -
XYZ 47.63 33.24 30.69 -
YUV 156.68 121.41 188.14 -
System Red Green Blue C M Y K H S L
Decimal 241 116 145 0 0.52 0.40 0.05 346.08 0.82 0.7
Hex F1 74 91 0 34 28 5 15A 52 46
Octal 361 164 221 0 64 50 5 532 122 106
Binary 11110001 1110100 10010001 0 110100 101000 101 101011010 1010010 1000110

Color Harmonies of #F17491

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F17491

Black with #F17491

Text Example


Text Example

White with #F17491

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F17491; }

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

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

background-color css

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

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

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

border-color css

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

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

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