Html Css Color HEX #F91583 Deep Pink

📋 copy color: '#F91583'

red 249 ◦ green 21 ◦ blue 131

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

Shades of Deep Pink #F91583

Tints of Deep Pink #F91583

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 32.67%

R = 62.09%
G = 5.24%
B = 32.67%

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

#F91583 (or 0xF91583) is known color: Deep Pink. HEX triplet: F9, 15 and 83. RGB value is (249,21,131). Sum of RGB (Red+Green+Blue) = 249+21+131=401 (53% of max value = 765). Red value is 249 (97.66% from 255 or 62.09% from 401); Green value is 21 (8.59% from 255 or 5.24% from 401); Blue value is 131 (51.56% from 255 or 32.67% from 401); Max value from RGB is 249 - color contains mainly: red. Hex color #F91583 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F91583 is #06EA7C. Grayscale: #656565. Windows color (decimal): -453245 or 8590841. OLE color: 8590841.

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

Color convert

RGB 249 21 131 -
CMYK 0 0.92 0.47 0.02
HSL 331.05º 0.95% 0.53% -
HSV(B) 331.05º 0.92% 0.98% -
XYZ 43.43 22.31 23.49 -
YUV 101.71 144.54 233.06 -
System Red Green Blue C M Y K H S L
Decimal 249 21 131 0 0.92 0.47 0.02 331.05 0.95 0.53
Hex F9 15 83 0 5C 2F 2 14B 5F 35
Octal 371 25 203 0 134 57 2 513 137 65
Binary 11111001 10101 10000011 0 1011100 101111 10 101001011 1011111 110101

Color Harmonies of #F91583

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F91583

Black with #F91583

Text Example


Text Example

White with #F91583

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F91583; }

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

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

background-color css

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

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

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

border-color css

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

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

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