Html Css Color HEX #F91983 Deep Pink

📋 copy color: '#F91983'

red 249 ◦ green 25 ◦ blue 131

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

Shades of Deep Pink #F91983

Tints of Deep Pink #F91983

RGB

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

 GREEN value IS 25 (10.16% from 255) = 6.17%

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

R = 61.48%
G = 6.17%
B = 32.35%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.47

 K value IS 0.02

RGB Variations

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

Color information

#F91983 (or 0xF91983) is known color: Deep Pink. HEX triplet: F9, 19 and 83. RGB value is (249,25,131). Sum of RGB (Red+Green+Blue) = 249+25+131=405 (53% of max value = 765). Red value is 249 (97.66% from 255 or 61.48% from 405); Green value is 25 (10.16% from 255 or 6.17% from 405); Blue value is 131 (51.56% from 255 or 32.35% from 405); Max value from RGB is 249 - color contains mainly: red. Hex color #F91983 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F91983 is #06E67C. Grayscale: #676767. Windows color (decimal): -452221 or 8591865. OLE color: 8591865.

HSL color Cylindrical-coordinate representation of color #F91983: hue angle of 331.61º degrees, saturation: 0.95, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F91983 is Cyan = 0, Magento = 0.90, Yellow = 0.47 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 25 131 -
CMYK 0 0.90 0.47 0.02
HSL 331.61º 0.95% 0.54% -
HSV(B) 331.61º 0.9% 0.98% -
XYZ 43.51 22.47 23.52 -
YUV 104.06 143.21 231.38 -
System Red Green Blue C M Y K H S L
Decimal 249 25 131 0 0.90 0.47 0.02 331.61 0.95 0.54
Hex F9 19 83 0 5A 2F 2 14C 5F 36
Octal 371 31 203 0 132 57 2 514 137 66
Binary 11111001 11001 10000011 0 1011010 101111 10 101001100 1011111 110110

Color Harmonies of #F91983

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F91983

Black with #F91983

Text Example


Text Example

White with #F91983

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F91983; }

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

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

background-color css

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

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

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

border-color css

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

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

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