Html Css Color HEX #F16495 Deep Blush

📋 copy color: '#F16495'

red 241 ◦ green 100 ◦ blue 149

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

Shades of Deep Blush #F16495

Tints of Deep Blush #F16495

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 30.41%

R = 49.18%
G = 20.41%
B = 30.41%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.38

 K value IS 0.05

RGB Variations

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

Color information

#F16495 (or 0xF16495) is known color: Deep Blush. HEX triplet: F1, 64 and 95. RGB value is (241,100,149). Sum of RGB (Red+Green+Blue) = 241+100+149=490 (64% of max value = 765). Red value is 241 (94.53% from 255 or 49.18% from 490); Green value is 100 (39.45% from 255 or 20.41% from 490); Blue value is 149 (58.59% from 255 or 30.41% from 490); Max value from RGB is 241 - color contains mainly: red. Hex color #F16495 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F16495 is #0E9B6A. Grayscale: #939393. Windows color (decimal): -957291 or 9790705. OLE color: 9790705.

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

Color convert

RGB 241 100 149 -
CMYK 0 0.59 0.38 0.05
HSL 339.15º 0.83% 0.67% -
HSV(B) 339.15º 0.59% 0.95% -
XYZ 46.26 29.99 31.78 -
YUV 147.75 128.71 194.52 -
System Red Green Blue C M Y K H S L
Decimal 241 100 149 0 0.59 0.38 0.05 339.15 0.83 0.67
Hex F1 64 95 0 3B 26 5 153 53 43
Octal 361 144 225 0 73 46 5 523 123 103
Binary 11110001 1100100 10010101 0 111011 100110 101 101010011 1010011 1000011

Color Harmonies of #F16495

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F16495

Black with #F16495

Text Example


Text Example

White with #F16495

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F16495; }

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

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

background-color css

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

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

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

border-color css

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

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

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