Html Css Color HEX #F91584 Deep Pink

📋 copy color: '#F91584'

red 249 ◦ green 21 ◦ blue 132

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

Shades of Deep Pink #F91584

Tints of Deep Pink #F91584

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 32.84%

R = 61.94%
G = 5.22%
B = 32.84%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.47

 K value IS 0.02

RGB Variations

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

Color information

#F91584 (or 0xF91584) is known color: Deep Pink. HEX triplet: F9, 15 and 84. RGB value is (249,21,132). Sum of RGB (Red+Green+Blue) = 249+21+132=402 (53% of max value = 765). Red value is 249 (97.66% from 255 or 61.94% from 402); Green value is 21 (8.59% from 255 or 5.22% from 402); Blue value is 132 (51.95% from 255 or 32.84% from 402); Max value from RGB is 249 - color contains mainly: red. Hex color #F91584 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F91584 is #06EA7B. Grayscale: #656565. Windows color (decimal): -453244 or 8656377. OLE color: 8656377.

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

Color convert

RGB 249 21 132 -
CMYK 0 0.92 0.47 0.02
HSL 330.79º 0.95% 0.53% -
HSV(B) 330.79º 0.92% 0.98% -
XYZ 43.5 22.34 23.85 -
YUV 101.83 145.04 232.97 -
System Red Green Blue C M Y K H S L
Decimal 249 21 132 0 0.92 0.47 0.02 330.79 0.95 0.53
Hex F9 15 84 0 5C 2F 2 14B 5F 35
Octal 371 25 204 0 134 57 2 513 137 65
Binary 11111001 10101 10000100 0 1011100 101111 10 101001011 1011111 110101

Color Harmonies of #F91584

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F91584

Black with #F91584

Text Example


Text Example

White with #F91584

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F91584; }

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

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

background-color css

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

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

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

border-color css

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

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

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