Html Css Color HEX #F16491 Deep Blush

📋 copy color: '#F16491'

red 241 ◦ green 100 ◦ blue 145

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

Shades of Deep Blush #F16491

Tints of Deep Blush #F16491

RGB

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

 GREEN value IS 100 (39.45% from 255) = 20.58%

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

R = 49.59%
G = 20.58%
B = 29.84%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.40

 K value IS 0.05

RGB Variations

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

Color information

#F16491 (or 0xF16491) is known color: Deep Blush. HEX triplet: F1, 64 and 91. RGB value is (241,100,145). Sum of RGB (Red+Green+Blue) = 241+100+145=486 (64% of max value = 765). Red value is 241 (94.53% from 255 or 49.59% from 486); Green value is 100 (39.45% from 255 or 20.58% from 486); Blue value is 145 (57.03% from 255 or 29.84% from 486); Max value from RGB is 241 - color contains mainly: red. Hex color #F16491 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F16491 is #0E9B6E. Grayscale: #939393. Windows color (decimal): -957295 or 9528561. OLE color: 9528561.

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

Color convert

RGB 241 100 145 -
CMYK 0 0.59 0.40 0.05
HSL 340.85º 0.83% 0.67% -
HSV(B) 340.85º 0.59% 0.95% -
XYZ 45.94 29.86 30.13 -
YUV 147.29 126.71 194.84 -
System Red Green Blue C M Y K H S L
Decimal 241 100 145 0 0.59 0.40 0.05 340.85 0.83 0.67
Hex F1 64 91 0 3B 28 5 155 53 43
Octal 361 144 221 0 73 50 5 525 123 103
Binary 11110001 1100100 10010001 0 111011 101000 101 101010101 1010011 1000011

Color Harmonies of #F16491

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F16491

Black with #F16491

Text Example


Text Example

White with #F16491

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F16491; }

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

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

background-color css

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

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

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

border-color css

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

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

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