Html Css Color HEX #F16193 Deep Blush

📋 copy color: '#F16193'

red 241 ◦ green 97 ◦ blue 147

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

Shades of Deep Blush #F16193

Tints of Deep Blush #F16193

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 30.31%

R = 49.69%
G = 20%
B = 30.31%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.39

 K value IS 0.05

RGB Variations

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

Color information

#F16193 (or 0xF16193) is known color: Deep Blush. HEX triplet: F1, 61 and 93. RGB value is (241,97,147). Sum of RGB (Red+Green+Blue) = 241+97+147=485 (64% of max value = 765). Red value is 241 (94.53% from 255 or 49.69% from 485); Green value is 97 (38.28% from 255 or 20% from 485); Blue value is 147 (57.81% from 255 or 30.31% from 485); Max value from RGB is 241 - color contains mainly: red. Hex color #F16193 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F16193 is #0E9E6C. Grayscale: #919191. Windows color (decimal): -958061 or 9658865. OLE color: 9658865.

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

Color convert

RGB 241 97 147 -
CMYK 0 0.60 0.39 0.05
HSL 339.17º 0.84% 0.66% -
HSV(B) 339.17º 0.6% 0.95% -
XYZ 45.82 29.36 30.86 -
YUV 145.76 128.71 195.93 -
System Red Green Blue C M Y K H S L
Decimal 241 97 147 0 0.60 0.39 0.05 339.17 0.84 0.66
Hex F1 61 93 0 3C 27 5 153 54 42
Octal 361 141 223 0 74 47 5 523 124 102
Binary 11110001 1100001 10010011 0 111100 100111 101 101010011 1010100 1000010

Color Harmonies of #F16193

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F16193

Black with #F16193

Text Example


Text Example

White with #F16193

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F16193; }

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

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

background-color css

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

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

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

border-color css

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

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

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