Html Css Color HEX #F91591 Deep Pink

📋 copy color: '#F91591'

red 249 ◦ green 21 ◦ blue 145

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

Shades of Deep Pink #F91591

Tints of Deep Pink #F91591

RGB

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

 GREEN value IS 21 (8.59% from 255) = 5.06%

 BLUE value IS 145 (57.03% from 255) = 34.94%

R = 60%
G = 5.06%
B = 34.94%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.42

 K value IS 0.02

RGB Variations

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

Color information

#F91591 (or 0xF91591) is known color: Deep Pink. HEX triplet: F9, 15 and 91. RGB value is (249,21,145). Sum of RGB (Red+Green+Blue) = 249+21+145=415 (54% of max value = 765). Red value is 249 (97.66% from 255 or 60% from 415); Green value is 21 (8.59% from 255 or 5.06% from 415); Blue value is 145 (57.03% from 255 or 34.94% from 415); Max value from RGB is 249 - color contains mainly: red. Hex color #F91591 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F91591 is #06EA6E. Grayscale: #676767. Windows color (decimal): -453231 or 9508345. OLE color: 9508345.

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

Color convert

RGB 249 21 145 -
CMYK 0 0.92 0.42 0.02
HSL 327.37º 0.95% 0.53% -
HSV(B) 327.37º 0.92% 0.98% -
XYZ 44.45 22.72 28.83 -
YUV 103.31 151.54 231.92 -
System Red Green Blue C M Y K H S L
Decimal 249 21 145 0 0.92 0.42 0.02 327.37 0.95 0.53
Hex F9 15 91 0 5C 2A 2 147 5F 35
Octal 371 25 221 0 134 52 2 507 137 65
Binary 11111001 10101 10010001 0 1011100 101010 10 101000111 1011111 110101

Color Harmonies of #F91591

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F91591

Black with #F91591

Text Example


Text Example

White with #F91591

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F91591; }

 p { color: rgb(249,21,145); }

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

background-color css

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

 a { background-color: rgb(249,21,145); }

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

border-color css

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

 span { border-color: rgb(249,21,145); }

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