Html Css Color HEX #F91996 Deep Pink

📋 copy color: '#F91996'

red 249 ◦ green 25 ◦ blue 150

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

Shades of Deep Pink #F91996

Tints of Deep Pink #F91996

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 35.38%

R = 58.73%
G = 5.9%
B = 35.38%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.40

 K value IS 0.02

RGB Variations

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

Color information

#F91996 (or 0xF91996) is known color: Deep Pink. HEX triplet: F9, 19 and 96. RGB value is (249,25,150). Sum of RGB (Red+Green+Blue) = 249+25+150=424 (56% of max value = 765). Red value is 249 (97.66% from 255 or 58.73% from 424); Green value is 25 (10.16% from 255 or 5.90% from 424); Blue value is 150 (58.98% from 255 or 35.38% from 424); Max value from RGB is 249 - color contains mainly: red. Hex color #F91996 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F91996 is #06E669. Grayscale: #696969. Windows color (decimal): -452202 or 9837049. OLE color: 9837049.

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

Color convert

RGB 249 25 150 -
CMYK 0 0.90 0.40 0.02
HSL 326.52º 0.95% 0.54% -
HSV(B) 326.52º 0.9% 0.98% -
XYZ 44.92 23.04 30.93 -
YUV 106.23 152.71 229.84 -
System Red Green Blue C M Y K H S L
Decimal 249 25 150 0 0.90 0.40 0.02 326.52 0.95 0.54
Hex F9 19 96 0 5A 28 2 147 5F 36
Octal 371 31 226 0 132 50 2 507 137 66
Binary 11111001 11001 10010110 0 1011010 101000 10 101000111 1011111 110110

Color Harmonies of #F91996

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F91996

Black with #F91996

Text Example


Text Example

White with #F91996

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F91996; }

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

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

background-color css

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

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

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

border-color css

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

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

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