Html Css Color HEX #F91DBA Spicy Pink

📋 copy color: '#F91DBA'

red 249 ◦ green 29 ◦ blue 186

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

Shades of Spicy Pink #F91DBA

Tints of Spicy Pink #F91DBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 40.09%

R = 53.66%
G = 6.25%
B = 40.09%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.25

 K value IS 0.02

RGB Variations

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

Color information

#F91DBA (or 0xF91DBA) is known color: Spicy Pink. HEX triplet: F9, 1D and BA. RGB value is (249,29,186). Sum of RGB (Red+Green+Blue) = 249+29+186=464 (61% of max value = 765). Red value is 249 (97.66% from 255 or 53.66% from 464); Green value is 29 (11.72% from 255 or 6.25% from 464); Blue value is 186 (73.05% from 255 or 40.09% from 464); Max value from RGB is 249 - color contains mainly: red. Hex color #F91DBA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F91DBA is #06E245. Grayscale: #707070. Windows color (decimal): -451142 or 12197369. OLE color: 12197369.

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

Color convert

RGB 249 29 186 -
CMYK 0 0.88 0.25 0.02
HSL 317.18º 0.95% 0.55% -
HSV(B) 317.18º 0.88% 0.98% -
XYZ 48.37 24.56 48.65 -
YUV 112.68 169.39 225.23 -
System Red Green Blue C M Y K H S L
Decimal 249 29 186 0 0.88 0.25 0.02 317.18 0.95 0.55
Hex F9 1D BA 0 58 19 2 13D 5F 37
Octal 371 35 272 0 130 31 2 475 137 67
Binary 11111001 11101 10111010 0 1011000 11001 10 100111101 1011111 110111

Color Harmonies of #F91DBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F91DBA

Black with #F91DBA

Text Example


Text Example

White with #F91DBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F91DBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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