Html Css Color HEX #F17291 Deep Blush

📋 copy color: '#F17291'

red 241 ◦ green 114 ◦ blue 145

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

Shades of Deep Blush #F17291

Tints of Deep Blush #F17291

RGB

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

 GREEN value IS 114 (44.92% from 255) = 22.8%

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

R = 48.2%
G = 22.8%
B = 29%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.40

 K value IS 0.05

RGB Variations

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

Color information

#F17291 (or 0xF17291) is known color: Deep Blush. HEX triplet: F1, 72 and 91. RGB value is (241,114,145). Sum of RGB (Red+Green+Blue) = 241+114+145=500 (66% of max value = 765). Red value is 241 (94.53% from 255 or 48.2% from 500); Green value is 114 (44.92% from 255 or 22.8% from 500); Blue value is 145 (57.03% from 255 or 29% from 500); Max value from RGB is 241 - color contains mainly: red. Hex color #F17291 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F17291 is #0E8D6E. Grayscale: #9B9B9B. Windows color (decimal): -953711 or 9532145. OLE color: 9532145.

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

Color convert

RGB 241 114 145 -
CMYK 0 0.53 0.40 0.05
HSL 345.35º 0.82% 0.7% -
HSV(B) 345.35º 0.53% 0.95% -
XYZ 47.4 32.78 30.62 -
YUV 155.51 122.08 188.98 -
System Red Green Blue C M Y K H S L
Decimal 241 114 145 0 0.53 0.40 0.05 345.35 0.82 0.7
Hex F1 72 91 0 35 28 5 159 52 46
Octal 361 162 221 0 65 50 5 531 122 106
Binary 11110001 1110010 10010001 0 110101 101000 101 101011001 1010010 1000110

Color Harmonies of #F17291

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F17291

Black with #F17291

Text Example


Text Example

White with #F17291

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F17291; }

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

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

background-color css

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

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

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

border-color css

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

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

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