Html Css Color HEX #F16991 Deep Blush

📋 copy color: '#F16991'

red 241 ◦ green 105 ◦ blue 145

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

Shades of Deep Blush #F16991

Tints of Deep Blush #F16991

RGB

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

 GREEN value IS 105 (41.41% from 255) = 21.38%

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

R = 49.08%
G = 21.38%
B = 29.53%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.40

 K value IS 0.05

RGB Variations

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

Color information

#F16991 (or 0xF16991) is known color: Deep Blush. HEX triplet: F1, 69 and 91. RGB value is (241,105,145). Sum of RGB (Red+Green+Blue) = 241+105+145=491 (65% of max value = 765). Red value is 241 (94.53% from 255 or 49.08% from 491); Green value is 105 (41.41% from 255 or 21.38% from 491); Blue value is 145 (57.03% from 255 or 29.53% from 491); Max value from RGB is 241 - color contains mainly: red. Hex color #F16991 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F16991 is #0E966E. Grayscale: #969696. Windows color (decimal): -956015 or 9529841. OLE color: 9529841.

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

Color convert

RGB 241 105 145 -
CMYK 0 0.56 0.40 0.05
HSL 342.35º 0.83% 0.68% -
HSV(B) 342.35º 0.56% 0.95% -
XYZ 46.44 30.85 30.29 -
YUV 150.22 125.06 192.75 -
System Red Green Blue C M Y K H S L
Decimal 241 105 145 0 0.56 0.40 0.05 342.35 0.83 0.68
Hex F1 69 91 0 38 28 5 156 53 44
Octal 361 151 221 0 70 50 5 526 123 104
Binary 11110001 1101001 10010001 0 111000 101000 101 101010110 1010011 1000100

Color Harmonies of #F16991

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F16991

Black with #F16991

Text Example


Text Example

White with #F16991

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F16991; }

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

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

background-color css

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

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

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

border-color css

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

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

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