Html Css Color HEX #F9199B Deep Pink

📋 copy color: '#F9199B'

red 249 ◦ green 25 ◦ blue 155

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

Shades of Deep Pink #F9199B

Tints of Deep Pink #F9199B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 36.13%

R = 58.04%
G = 5.83%
B = 36.13%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.38

 K value IS 0.02

RGB Variations

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

Color information

#F9199B (or 0xF9199B) is known color: Deep Pink. HEX triplet: F9, 19 and 9B. RGB value is (249,25,155). Sum of RGB (Red+Green+Blue) = 249+25+155=429 (56% of max value = 765). Red value is 249 (97.66% from 255 or 58.04% from 429); Green value is 25 (10.16% from 255 or 5.83% from 429); Blue value is 155 (60.94% from 255 or 36.13% from 429); Max value from RGB is 249 - color contains mainly: red. Hex color #F9199B is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F9199B is #06E664. Grayscale: #6A6A6A. Windows color (decimal): -452197 or 10164729. OLE color: 10164729.

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

Color convert

RGB 249 25 155 -
CMYK 0 0.90 0.38 0.02
HSL 325.18º 0.95% 0.54% -
HSV(B) 325.18º 0.9% 0.98% -
XYZ 45.33 23.2 33.1 -
YUV 106.8 155.21 229.43 -
System Red Green Blue C M Y K H S L
Decimal 249 25 155 0 0.90 0.38 0.02 325.18 0.95 0.54
Hex F9 19 9B 0 5A 26 2 145 5F 36
Octal 371 31 233 0 132 46 2 505 137 66
Binary 11111001 11001 10011011 0 1011010 100110 10 101000101 1011111 110110

Color Harmonies of #F9199B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9199B

Black with #F9199B

Text Example


Text Example

White with #F9199B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9199B; }

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

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

background-color css

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

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

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

border-color css

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

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

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