Html Css Color HEX #F91DAC Spicy Pink

📋 copy color: '#F91DAC'

red 249 ◦ green 29 ◦ blue 172

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

Shades of Spicy Pink #F91DAC

Tints of Spicy Pink #F91DAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 38.22%

R = 55.33%
G = 6.44%
B = 38.22%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.31

 K value IS 0.02

RGB Variations

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

Color information

#F91DAC (or 0xF91DAC) is known color: Spicy Pink. HEX triplet: F9, 1D and AC. RGB value is (249,29,172). Sum of RGB (Red+Green+Blue) = 249+29+172=450 (59% of max value = 765). Red value is 249 (97.66% from 255 or 55.33% from 450); Green value is 29 (11.72% from 255 or 6.44% from 450); Blue value is 172 (67.58% from 255 or 38.22% from 450); Max value from RGB is 249 - color contains mainly: red. Hex color #F91DAC is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F91DAC is #06E253. Grayscale: #6E6E6E. Windows color (decimal): -451156 or 11279865. OLE color: 11279865.

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

Color convert

RGB 249 29 172 -
CMYK 0 0.88 0.31 0.02
HSL 321º 0.95% 0.55% -
HSV(B) 321º 0.88% 0.98% -
XYZ 46.95 24 41.19 -
YUV 111.08 162.39 226.37 -
System Red Green Blue C M Y K H S L
Decimal 249 29 172 0 0.88 0.31 0.02 321 0.95 0.55
Hex F9 1D AC 0 58 1F 2 141 5F 37
Octal 371 35 254 0 130 37 2 501 137 67
Binary 11111001 11101 10101100 0 1011000 11111 10 101000001 1011111 110111

Color Harmonies of #F91DAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F91DAC

Black with #F91DAC

Text Example


Text Example

White with #F91DAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F91DAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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