Html Css Color HEX #F91581 Deep Pink

📋 copy color: '#F91581'

red 249 ◦ green 21 ◦ blue 129

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

Shades of Deep Pink #F91581

Tints of Deep Pink #F91581

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 32.33%

R = 62.41%
G = 5.26%
B = 32.33%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.48

 K value IS 0.02

RGB Variations

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

Color information

#F91581 (or 0xF91581) is known color: Deep Pink. HEX triplet: F9, 15 and 81. RGB value is (249,21,129). Sum of RGB (Red+Green+Blue) = 249+21+129=399 (52% of max value = 765). Red value is 249 (97.66% from 255 or 62.41% from 399); Green value is 21 (8.59% from 255 or 5.26% from 399); Blue value is 129 (50.78% from 255 or 32.33% from 399); Max value from RGB is 249 - color contains mainly: red. Hex color #F91581 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F91581 is #06EA7E. Grayscale: #656565. Windows color (decimal): -453247 or 8459769. OLE color: 8459769.

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

Color convert

RGB 249 21 129 -
CMYK 0 0.92 0.48 0.02
HSL 331.58º 0.95% 0.53% -
HSV(B) 331.58º 0.92% 0.98% -
XYZ 43.3 22.26 22.78 -
YUV 101.48 143.54 233.22 -
System Red Green Blue C M Y K H S L
Decimal 249 21 129 0 0.92 0.48 0.02 331.58 0.95 0.53
Hex F9 15 81 0 5C 30 2 14C 5F 35
Octal 371 25 201 0 134 60 2 514 137 65
Binary 11111001 10101 10000001 0 1011100 110000 10 101001100 1011111 110101

Color Harmonies of #F91581

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F91581

Black with #F91581

Text Example


Text Example

White with #F91581

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F91581; }

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

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

background-color css

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

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

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

border-color css

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

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

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