Html Css Color HEX #F91DAE Spicy Pink

📋 copy color: '#F91DAE'

red 249 ◦ green 29 ◦ blue 174

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

Shades of Spicy Pink #F91DAE

Tints of Spicy Pink #F91DAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 38.5%

R = 55.09%
G = 6.42%
B = 38.5%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.30

 K value IS 0.02

RGB Variations

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

Color information

#F91DAE (or 0xF91DAE) is known color: Spicy Pink. HEX triplet: F9, 1D and AE. RGB value is (249,29,174). Sum of RGB (Red+Green+Blue) = 249+29+174=452 (59% of max value = 765). Red value is 249 (97.66% from 255 or 55.09% from 452); Green value is 29 (11.72% from 255 or 6.42% from 452); Blue value is 174 (68.36% from 255 or 38.50% from 452); Max value from RGB is 249 - color contains mainly: red. Hex color #F91DAE is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F91DAE is #06E251. Grayscale: #6E6E6E. Windows color (decimal): -451154 or 11410937. OLE color: 11410937.

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

Color convert

RGB 249 29 174 -
CMYK 0 0.88 0.30 0.02
HSL 320.45º 0.95% 0.55% -
HSV(B) 320.45º 0.88% 0.98% -
XYZ 47.15 24.07 42.21 -
YUV 111.31 163.39 226.21 -
System Red Green Blue C M Y K H S L
Decimal 249 29 174 0 0.88 0.30 0.02 320.45 0.95 0.55
Hex F9 1D AE 0 58 1E 2 140 5F 37
Octal 371 35 256 0 130 36 2 500 137 67
Binary 11111001 11101 10101110 0 1011000 11110 10 101000000 1011111 110111

Color Harmonies of #F91DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F91DAE

Black with #F91DAE

Text Example


Text Example

White with #F91DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F91DAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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