Html Css Color HEX #F9199F Deep Pink

📋 copy color: '#F9199F'

red 249 ◦ green 25 ◦ blue 159

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

Shades of Deep Pink #F9199F

Tints of Deep Pink #F9199F

RGB

 RED value IS 249 (97.66% from 255) = 57.51%

 GREEN value IS 25 (10.16% from 255) = 5.77%

 BLUE value IS 159 (62.5% from 255) = 36.72%

R = 57.51%
G = 5.77%
B = 36.72%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.36

 K value IS 0.02

RGB Variations

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

Color information

#F9199F (or 0xF9199F) is known color: Deep Pink. HEX triplet: F9, 19 and 9F. RGB value is (249,25,159). Sum of RGB (Red+Green+Blue) = 249+25+159=433 (57% of max value = 765). Red value is 249 (97.66% from 255 or 57.51% from 433); Green value is 25 (10.16% from 255 or 5.77% from 433); Blue value is 159 (62.5% from 255 or 36.72% from 433); Max value from RGB is 249 - color contains mainly: red. Hex color #F9199F is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F9199F is #06E660. Grayscale: #6A6A6A. Windows color (decimal): -452193 or 10426873. OLE color: 10426873.

HSL color Cylindrical-coordinate representation of color #F9199F: hue angle of 324.11º degrees, saturation: 0.95, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F9199F is Cyan = 0, Magento = 0.90, Yellow = 0.36 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 25 159 -
CMYK 0 0.90 0.36 0.02
HSL 324.11º 0.95% 0.54% -
HSV(B) 324.11º 0.9% 0.98% -
XYZ 45.67 23.34 34.9 -
YUV 107.25 157.21 229.1 -
System Red Green Blue C M Y K H S L
Decimal 249 25 159 0 0.90 0.36 0.02 324.11 0.95 0.54
Hex F9 19 9F 0 5A 24 2 144 5F 36
Octal 371 31 237 0 132 44 2 504 137 66
Binary 11111001 11001 10011111 0 1011010 100100 10 101000100 1011111 110110

Color Harmonies of #F9199F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9199F

Black with #F9199F

Text Example


Text Example

White with #F9199F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9199F; }

 p { color: rgb(249,25,159); }

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

background-color css

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

 a { background-color: rgb(249,25,159); }

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

border-color css

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

 span { border-color: rgb(249,25,159); }

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