Html Css Color HEX #F91F93 Deep Pink

📋 copy color: '#F91F93'

red 249 ◦ green 31 ◦ blue 147

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

Shades of Deep Pink #F91F93

Tints of Deep Pink #F91F93

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 34.43%

R = 58.31%
G = 7.26%
B = 34.43%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.41

 K value IS 0.02

RGB Variations

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

Color information

#F91F93 (or 0xF91F93) is known color: Deep Pink. HEX triplet: F9, 1F and 93. RGB value is (249,31,147). Sum of RGB (Red+Green+Blue) = 249+31+147=427 (56% of max value = 765). Red value is 249 (97.66% from 255 or 58.31% from 427); Green value is 31 (12.5% from 255 or 7.26% from 427); Blue value is 147 (57.81% from 255 or 34.43% from 427); Max value from RGB is 249 - color contains mainly: red. Hex color #F91F93 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F91F93 is #06E06C. Grayscale: #6D6D6D. Windows color (decimal): -450669 or 9641977. OLE color: 9641977.

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

Color convert

RGB 249 31 147 -
CMYK 0 0.88 0.41 0.02
HSL 328.07º 0.95% 0.55% -
HSV(B) 328.07º 0.88% 0.98% -
XYZ 44.82 23.23 29.72 -
YUV 109.41 149.22 227.57 -
System Red Green Blue C M Y K H S L
Decimal 249 31 147 0 0.88 0.41 0.02 328.07 0.95 0.55
Hex F9 1F 93 0 58 29 2 148 5F 37
Octal 371 37 223 0 130 51 2 510 137 67
Binary 11111001 11111 10010011 0 1011000 101001 10 101001000 1011111 110111

Color Harmonies of #F91F93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F91F93

Black with #F91F93

Text Example


Text Example

White with #F91F93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F91F93; }

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

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

background-color css

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

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

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

border-color css

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

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

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