Html Css Color HEX #F16191 Deep Blush

📋 copy color: '#F16191'

red 241 ◦ green 97 ◦ blue 145

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

Shades of Deep Blush #F16191

Tints of Deep Blush #F16191

RGB

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

 GREEN value IS 97 (38.28% from 255) = 20.08%

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

R = 49.9%
G = 20.08%
B = 30.02%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.40

 K value IS 0.05

RGB Variations

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

Color information

#F16191 (or 0xF16191) is known color: Deep Blush. HEX triplet: F1, 61 and 91. RGB value is (241,97,145). Sum of RGB (Red+Green+Blue) = 241+97+145=483 (63% of max value = 765). Red value is 241 (94.53% from 255 or 49.90% from 483); Green value is 97 (38.28% from 255 or 20.08% from 483); Blue value is 145 (57.03% from 255 or 30.02% from 483); Max value from RGB is 241 - color contains mainly: red. Hex color #F16191 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F16191 is #0E9E6E. Grayscale: #919191. Windows color (decimal): -958063 or 9527793. OLE color: 9527793.

HSL color Cylindrical-coordinate representation of color #F16191: hue angle of 340º degrees, saturation: 0.84, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F16191 is Cyan = 0, Magento = 0.60, Yellow = 0.40 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 97 145 -
CMYK 0 0.60 0.40 0.05
HSL 340º 0.84% 0.66% -
HSV(B) 340º 0.6% 0.95% -
XYZ 45.66 29.29 30.04 -
YUV 145.53 127.71 196.1 -
System Red Green Blue C M Y K H S L
Decimal 241 97 145 0 0.60 0.40 0.05 340 0.84 0.66
Hex F1 61 91 0 3C 28 5 154 54 42
Octal 361 141 221 0 74 50 5 524 124 102
Binary 11110001 1100001 10010001 0 111100 101000 101 101010100 1010100 1000010

Color Harmonies of #F16191

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F16191

Black with #F16191

Text Example


Text Example

White with #F16191

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F16191; }

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

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

background-color css

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

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

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

border-color css

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

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

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