Html Css Color HEX #F912AB Spicy Pink

📋 copy color: '#F912AB'

red 249 ◦ green 18 ◦ blue 171

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

Shades of Spicy Pink #F912AB

Tints of Spicy Pink #F912AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 39.04%

R = 56.85%
G = 4.11%
B = 39.04%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.31

 K value IS 0.02

RGB Variations

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

Color information

#F912AB (or 0xF912AB) is known color: Spicy Pink. HEX triplet: F9, 12 and AB. RGB value is (249,18,171). Sum of RGB (Red+Green+Blue) = 249+18+171=438 (58% of max value = 765). Red value is 249 (97.66% from 255 or 56.85% from 438); Green value is 18 (7.42% from 255 or 4.11% from 438); Blue value is 171 (67.19% from 255 or 39.04% from 438); Max value from RGB is 249 - color contains mainly: red. Hex color #F912AB is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F912AB is #06ED54. Grayscale: #686868. Windows color (decimal): -453973 or 11211513. OLE color: 11211513.

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

Color convert

RGB 249 18 171 -
CMYK 0 0.93 0.31 0.02
HSL 320.26º 0.95% 0.52% -
HSV(B) 320.26º 0.93% 0.98% -
XYZ 46.63 23.51 40.61 -
YUV 104.51 165.53 231.06 -
System Red Green Blue C M Y K H S L
Decimal 249 18 171 0 0.93 0.31 0.02 320.26 0.95 0.52
Hex F9 12 AB 0 5D 1F 2 140 5F 34
Octal 371 22 253 0 135 37 2 500 137 64
Binary 11111001 10010 10101011 0 1011101 11111 10 101000000 1011111 110100

Color Harmonies of #F912AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F912AB

Black with #F912AB

Text Example


Text Example

White with #F912AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F912AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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