Html Css Color HEX #F912A8 Spicy Pink

📋 copy color: '#F912A8'

red 249 ◦ green 18 ◦ blue 168

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

Shades of Spicy Pink #F912A8

Tints of Spicy Pink #F912A8

RGB

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

 GREEN value IS 18 (7.42% from 255) = 4.14%

 BLUE value IS 168 (66.02% from 255) = 38.62%

R = 57.24%
G = 4.14%
B = 38.62%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.33

 K value IS 0.02

RGB Variations

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

Color information

#F912A8 (or 0xF912A8) is known color: Spicy Pink. HEX triplet: F9, 12 and A8. RGB value is (249,18,168). Sum of RGB (Red+Green+Blue) = 249+18+168=435 (57% of max value = 765). Red value is 249 (97.66% from 255 or 57.24% from 435); Green value is 18 (7.42% from 255 or 4.14% from 435); Blue value is 168 (66.02% from 255 or 38.62% from 435); Max value from RGB is 249 - color contains mainly: red. Hex color #F912A8 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F912A8 is #06ED57. Grayscale: #676767. Windows color (decimal): -453976 or 11014905. OLE color: 11014905.

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

Color convert

RGB 249 18 168 -
CMYK 0 0.93 0.33 0.02
HSL 321.04º 0.95% 0.52% -
HSV(B) 321.04º 0.93% 0.98% -
XYZ 46.35 23.4 39.12 -
YUV 104.17 164.03 231.3 -
System Red Green Blue C M Y K H S L
Decimal 249 18 168 0 0.93 0.33 0.02 321.04 0.95 0.52
Hex F9 12 A8 0 5D 21 2 141 5F 34
Octal 371 22 250 0 135 41 2 501 137 64
Binary 11111001 10010 10101000 0 1011101 100001 10 101000001 1011111 110100

Color Harmonies of #F912A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F912A8

Black with #F912A8

Text Example


Text Example

White with #F912A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F912A8; }

 p { color: rgb(249,18,168); }

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

background-color css

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

 a { background-color: rgb(249,18,168); }

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

border-color css

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

 span { border-color: rgb(249,18,168); }

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