Html Css Color HEX #F91995 Deep Pink

📋 copy color: '#F91995'

red 249 ◦ green 25 ◦ blue 149

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

Shades of Deep Pink #F91995

Tints of Deep Pink #F91995

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 35.22%

R = 58.87%
G = 5.91%
B = 35.22%

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

#F91995 (or 0xF91995) is known color: Deep Pink. HEX triplet: F9, 19 and 95. RGB value is (249,25,149). Sum of RGB (Red+Green+Blue) = 249+25+149=423 (56% of max value = 765). Red value is 249 (97.66% from 255 or 58.87% from 423); Green value is 25 (10.16% from 255 or 5.91% from 423); Blue value is 149 (58.59% from 255 or 35.22% from 423); Max value from RGB is 249 - color contains mainly: red. Hex color #F91995 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F91995 is #06E66A. Grayscale: #696969. Windows color (decimal): -452203 or 9771513. OLE color: 9771513.

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

Color convert

RGB 249 25 149 -
CMYK 0 0.90 0.40 0.02
HSL 326.79º 0.95% 0.54% -
HSV(B) 326.79º 0.9% 0.98% -
XYZ 44.84 23 30.51 -
YUV 106.11 152.21 229.92 -
System Red Green Blue C M Y K H S L
Decimal 249 25 149 0 0.90 0.40 0.02 326.79 0.95 0.54
Hex F9 19 95 0 5A 28 2 147 5F 36
Octal 371 31 225 0 132 50 2 507 137 66
Binary 11111001 11001 10010101 0 1011010 101000 10 101000111 1011111 110110

Color Harmonies of #F91995

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F91995

Black with #F91995

Text Example


Text Example

White with #F91995

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F91995; }

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

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

background-color css

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

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

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

border-color css

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

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

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