Html Css Color HEX #F91CA5 Spicy Pink

📋 copy color: '#F91CA5'

red 249 ◦ green 28 ◦ blue 165

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

Shades of Spicy Pink #F91CA5

Tints of Spicy Pink #F91CA5

RGB

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

 GREEN value IS 28 (11.33% from 255) = 6.33%

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

R = 56.33%
G = 6.33%
B = 37.33%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.34

 K value IS 0.02

RGB Variations

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

Color information

#F91CA5 (or 0xF91CA5) is known color: Spicy Pink. HEX triplet: F9, 1C and A5. RGB value is (249,28,165). Sum of RGB (Red+Green+Blue) = 249+28+165=442 (58% of max value = 765). Red value is 249 (97.66% from 255 or 56.33% from 442); Green value is 28 (11.33% from 255 or 6.33% from 442); Blue value is 165 (64.84% from 255 or 37.33% from 442); Max value from RGB is 249 - color contains mainly: red. Hex color #F91CA5 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F91CA5 is #06E35A. Grayscale: #6D6D6D. Windows color (decimal): -451419 or 10820857. OLE color: 10820857.

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

Color convert

RGB 249 28 165 -
CMYK 0 0.89 0.34 0.02
HSL 322.81º 0.95% 0.54% -
HSV(B) 322.81º 0.89% 0.98% -
XYZ 46.27 23.69 37.73 -
YUV 109.7 159.22 227.36 -
System Red Green Blue C M Y K H S L
Decimal 249 28 165 0 0.89 0.34 0.02 322.81 0.95 0.54
Hex F9 1C A5 0 59 22 2 143 5F 36
Octal 371 34 245 0 131 42 2 503 137 66
Binary 11111001 11100 10100101 0 1011001 100010 10 101000011 1011111 110110

Color Harmonies of #F91CA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F91CA5

Black with #F91CA5

Text Example


Text Example

White with #F91CA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F91CA5; }

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

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

background-color css

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

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

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

border-color css

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

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

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