Html Css Color HEX #F91F96 Deep Pink

📋 copy color: '#F91F96'

red 249 ◦ green 31 ◦ blue 150

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

Shades of Deep Pink #F91F96

Tints of Deep Pink #F91F96

RGB

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

 GREEN value IS 31 (12.5% from 255) = 7.21%

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

R = 57.91%
G = 7.21%
B = 34.88%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.40

 K value IS 0.02

RGB Variations

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

Color information

#F91F96 (or 0xF91F96) is known color: Deep Pink. HEX triplet: F9, 1F and 96. RGB value is (249,31,150). Sum of RGB (Red+Green+Blue) = 249+31+150=430 (56% of max value = 765). Red value is 249 (97.66% from 255 or 57.91% from 430); Green value is 31 (12.5% from 255 or 7.21% from 430); Blue value is 150 (58.98% from 255 or 34.88% from 430); Max value from RGB is 249 - color contains mainly: red. Hex color #F91F96 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F91F96 is #06E069. Grayscale: #6D6D6D. Windows color (decimal): -450666 or 9838585. OLE color: 9838585.

HSL color Cylindrical-coordinate representation of color #F91F96: hue angle of 327.25º degrees, saturation: 0.95, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F91F96 is Cyan = 0, Magento = 0.88, Yellow = 0.40 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 31 150 -
CMYK 0 0.88 0.40 0.02
HSL 327.25º 0.95% 0.55% -
HSV(B) 327.25º 0.88% 0.98% -
XYZ 45.06 23.32 30.98 -
YUV 109.75 150.72 227.32 -
System Red Green Blue C M Y K H S L
Decimal 249 31 150 0 0.88 0.40 0.02 327.25 0.95 0.55
Hex F9 1F 96 0 58 28 2 147 5F 37
Octal 371 37 226 0 130 50 2 507 137 67
Binary 11111001 11111 10010110 0 1011000 101000 10 101000111 1011111 110111

Color Harmonies of #F91F96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F91F96

Black with #F91F96

Text Example


Text Example

White with #F91F96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F91F96; }

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

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

background-color css

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

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

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

border-color css

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

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

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