Html Css Color HEX #F91DB0 Spicy Pink

📋 copy color: '#F91DB0'

red 249 ◦ green 29 ◦ blue 176

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

Shades of Spicy Pink #F91DB0

Tints of Spicy Pink #F91DB0

RGB

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

 GREEN value IS 29 (11.72% from 255) = 6.39%

 BLUE value IS 176 (69.14% from 255) = 38.77%

R = 54.85%
G = 6.39%
B = 38.77%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.29

 K value IS 0.02

RGB Variations

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

Color information

#F91DB0 (or 0xF91DB0) is known color: Spicy Pink. HEX triplet: F9, 1D and B0. RGB value is (249,29,176). Sum of RGB (Red+Green+Blue) = 249+29+176=454 (60% of max value = 765). Red value is 249 (97.66% from 255 or 54.85% from 454); Green value is 29 (11.72% from 255 or 6.39% from 454); Blue value is 176 (69.14% from 255 or 38.77% from 454); Max value from RGB is 249 - color contains mainly: red. Hex color #F91DB0 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F91DB0 is #06E24F. Grayscale: #6F6F6F. Windows color (decimal): -451152 or 11542009. OLE color: 11542009.

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

Color convert

RGB 249 29 176 -
CMYK 0 0.88 0.29 0.02
HSL 319.91º 0.95% 0.55% -
HSV(B) 319.91º 0.88% 0.98% -
XYZ 47.34 24.15 43.24 -
YUV 111.54 164.39 226.05 -
System Red Green Blue C M Y K H S L
Decimal 249 29 176 0 0.88 0.29 0.02 319.91 0.95 0.55
Hex F9 1D B0 0 58 1D 2 140 5F 37
Octal 371 35 260 0 130 35 2 500 137 67
Binary 11111001 11101 10110000 0 1011000 11101 10 101000000 1011111 110111

Color Harmonies of #F91DB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F91DB0

Black with #F91DB0

Text Example


Text Example

White with #F91DB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F91DB0; }

 p { color: rgb(249,29,176); }

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

background-color css

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

 a { background-color: rgb(249,29,176); }

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

border-color css

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

 span { border-color: rgb(249,29,176); }

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