Html Css Color HEX #F912A3 Spicy Pink

📋 copy color: '#F912A3'

red 249 ◦ green 18 ◦ blue 163

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

Shades of Spicy Pink #F912A3

Tints of Spicy Pink #F912A3

RGB

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

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

 BLUE value IS 163 (64.06% from 255) = 37.91%

R = 57.91%
G = 4.19%
B = 37.91%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.35

 K value IS 0.02

RGB Variations

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

Color information

#F912A3 (or 0xF912A3) is known color: Spicy Pink. HEX triplet: F9, 12 and A3. RGB value is (249,18,163). Sum of RGB (Red+Green+Blue) = 249+18+163=430 (56% of max value = 765). Red value is 249 (97.66% from 255 or 57.91% from 430); Green value is 18 (7.42% from 255 or 4.19% from 430); Blue value is 163 (64.06% from 255 or 37.91% from 430); Max value from RGB is 249 - color contains mainly: red. Hex color #F912A3 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F912A3 is #06ED5C. Grayscale: #676767. Windows color (decimal): -453981 or 10687225. OLE color: 10687225.

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

Color convert

RGB 249 18 163 -
CMYK 0 0.93 0.35 0.02
HSL 322.34º 0.95% 0.52% -
HSV(B) 322.34º 0.93% 0.98% -
XYZ 45.89 23.22 36.71 -
YUV 103.6 161.53 231.71 -
System Red Green Blue C M Y K H S L
Decimal 249 18 163 0 0.93 0.35 0.02 322.34 0.95 0.52
Hex F9 12 A3 0 5D 23 2 142 5F 34
Octal 371 22 243 0 135 43 2 502 137 64
Binary 11111001 10010 10100011 0 1011101 100011 10 101000010 1011111 110100

Color Harmonies of #F912A3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F912A3

Black with #F912A3

Text Example


Text Example

White with #F912A3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F912A3; }

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

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

background-color css

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

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

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

border-color css

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

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

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