Html Css Color HEX #F91AA5 Spicy Pink

📋 copy color: '#F91AA5'

red 249 ◦ green 26 ◦ blue 165

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

Shades of Spicy Pink #F91AA5

Tints of Spicy Pink #F91AA5

RGB

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

 GREEN value IS 26 (10.55% from 255) = 5.91%

 BLUE value IS 165 (64.84% from 255) = 37.5%

R = 56.59%
G = 5.91%
B = 37.5%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.34

 K value IS 0.02

RGB Variations

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

Color information

#F91AA5 (or 0xF91AA5) is known color: Spicy Pink. HEX triplet: F9, 1A and A5. RGB value is (249,26,165). Sum of RGB (Red+Green+Blue) = 249+26+165=440 (58% of max value = 765). Red value is 249 (97.66% from 255 or 56.59% from 440); Green value is 26 (10.55% from 255 or 5.91% from 440); Blue value is 165 (64.84% from 255 or 37.5% from 440); Max value from RGB is 249 - color contains mainly: red. Hex color #F91AA5 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F91AA5 is #06E55A. Grayscale: #6C6C6C. Windows color (decimal): -451931 or 10820345. OLE color: 10820345.

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

Color convert

RGB 249 26 165 -
CMYK 0 0.90 0.34 0.02
HSL 322.6º 0.95% 0.54% -
HSV(B) 322.6º 0.9% 0.98% -
XYZ 46.23 23.6 37.72 -
YUV 108.52 159.88 228.2 -
System Red Green Blue C M Y K H S L
Decimal 249 26 165 0 0.90 0.34 0.02 322.6 0.95 0.54
Hex F9 1A A5 0 5A 22 2 143 5F 36
Octal 371 32 245 0 132 42 2 503 137 66
Binary 11111001 11010 10100101 0 1011010 100010 10 101000011 1011111 110110

Color Harmonies of #F91AA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F91AA5

Black with #F91AA5

Text Example


Text Example

White with #F91AA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F91AA5; }

 p { color: rgb(249,26,165); }

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

background-color css

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

 a { background-color: rgb(249,26,165); }

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

border-color css

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

 span { border-color: rgb(249,26,165); }

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