Html Css Color HEX #F16391 Deep Blush

📋 copy color: '#F16391'

red 241 ◦ green 99 ◦ blue 145

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

Shades of Deep Blush #F16391

Tints of Deep Blush #F16391

RGB

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

 GREEN value IS 99 (39.06% from 255) = 20.41%

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

R = 49.69%
G = 20.41%
B = 29.9%

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

#F16391 (or 0xF16391) is known color: Deep Blush. HEX triplet: F1, 63 and 91. RGB value is (241,99,145). Sum of RGB (Red+Green+Blue) = 241+99+145=485 (64% of max value = 765). Red value is 241 (94.53% from 255 or 49.69% from 485); Green value is 99 (39.06% from 255 or 20.41% from 485); Blue value is 145 (57.03% from 255 or 29.90% from 485); Max value from RGB is 241 - color contains mainly: red. Hex color #F16391 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F16391 is #0E9C6E. Grayscale: #929292. Windows color (decimal): -957551 or 9528305. OLE color: 9528305.

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

Color convert

RGB 241 99 145 -
CMYK 0 0.59 0.40 0.05
HSL 340.56º 0.84% 0.67% -
HSV(B) 340.56º 0.59% 0.95% -
XYZ 45.85 29.67 30.1 -
YUV 146.7 127.04 195.26 -
System Red Green Blue C M Y K H S L
Decimal 241 99 145 0 0.59 0.40 0.05 340.56 0.84 0.67
Hex F1 63 91 0 3B 28 5 155 54 43
Octal 361 143 221 0 73 50 5 525 124 103
Binary 11110001 1100011 10010001 0 111011 101000 101 101010101 1010100 1000011

Color Harmonies of #F16391

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F16391

Black with #F16391

Text Example


Text Example

White with #F16391

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F16391; }

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

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

background-color css

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

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

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

border-color css

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

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

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