Html Css Color HEX #F91291 Deep Pink

📋 copy color: '#F91291'

red 249 ◦ green 18 ◦ blue 145

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

Shades of Deep Pink #F91291

Tints of Deep Pink #F91291

RGB

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

 GREEN value IS 18 (7.42% from 255) = 4.37%

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

R = 60.44%
G = 4.37%
B = 35.19%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.42

 K value IS 0.02

RGB Variations

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

Color information

#F91291 (or 0xF91291) is known color: Deep Pink. HEX triplet: F9, 12 and 91. RGB value is (249,18,145). Sum of RGB (Red+Green+Blue) = 249+18+145=412 (54% of max value = 765). Red value is 249 (97.66% from 255 or 60.44% from 412); Green value is 18 (7.42% from 255 or 4.37% from 412); Blue value is 145 (57.03% from 255 or 35.19% from 412); Max value from RGB is 249 - color contains mainly: red. Hex color #F91291 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F91291 is #06ED6E. Grayscale: #656565. Windows color (decimal): -453999 or 9507577. OLE color: 9507577.

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

Color convert

RGB 249 18 145 -
CMYK 0 0.93 0.42 0.02
HSL 327.01º 0.95% 0.52% -
HSV(B) 327.01º 0.93% 0.98% -
XYZ 44.39 22.62 28.81 -
YUV 101.55 152.53 233.17 -
System Red Green Blue C M Y K H S L
Decimal 249 18 145 0 0.93 0.42 0.02 327.01 0.95 0.52
Hex F9 12 91 0 5D 2A 2 147 5F 34
Octal 371 22 221 0 135 52 2 507 137 64
Binary 11111001 10010 10010001 0 1011101 101010 10 101000111 1011111 110100

Color Harmonies of #F91291

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F91291

Black with #F91291

Text Example


Text Example

White with #F91291

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F91291; }

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

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

background-color css

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

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

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

border-color css

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

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

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