Html Css Color HEX #F16394 Deep Blush

📋 copy color: '#F16394'

red 241 ◦ green 99 ◦ blue 148

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

Shades of Deep Blush #F16394

Tints of Deep Blush #F16394

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 30.33%

R = 49.39%
G = 20.29%
B = 30.33%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.39

 K value IS 0.05

RGB Variations

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

Color information

#F16394 (or 0xF16394) is known color: Deep Blush. HEX triplet: F1, 63 and 94. RGB value is (241,99,148). Sum of RGB (Red+Green+Blue) = 241+99+148=488 (64% of max value = 765). Red value is 241 (94.53% from 255 or 49.39% from 488); Green value is 99 (39.06% from 255 or 20.29% from 488); Blue value is 148 (58.20% from 255 or 30.33% from 488); Max value from RGB is 241 - color contains mainly: red. Hex color #F16394 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F16394 is #0E9C6B. Grayscale: #929292. Windows color (decimal): -957548 or 9724913. OLE color: 9724913.

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

Color convert

RGB 241 99 148 -
CMYK 0 0.59 0.39 0.05
HSL 339.3º 0.84% 0.67% -
HSV(B) 339.3º 0.59% 0.95% -
XYZ 46.08 29.76 31.33 -
YUV 147.04 128.54 195.02 -
System Red Green Blue C M Y K H S L
Decimal 241 99 148 0 0.59 0.39 0.05 339.3 0.84 0.67
Hex F1 63 94 0 3B 27 5 153 54 43
Octal 361 143 224 0 73 47 5 523 124 103
Binary 11110001 1100011 10010100 0 111011 100111 101 101010011 1010100 1000011

Color Harmonies of #F16394

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F16394

Black with #F16394

Text Example


Text Example

White with #F16394

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F16394; }

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

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

background-color css

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

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

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

border-color css

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

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

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