Html Css Color HEX #FA12C9 Shocking Pink

📋 copy color: '#FA12C9'

red 250 ◦ green 18 ◦ blue 201

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

Shades of Shocking Pink #FA12C9

Tints of Shocking Pink #FA12C9

RGB

 RED value IS 250 (98.05% from 255) = 53.3%

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

 BLUE value IS 201 (78.91% from 255) = 42.86%

R = 53.3%
G = 3.84%
B = 42.86%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.20

 K value IS 0.02

RGB Variations

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

Color information

#FA12C9 (or 0xFA12C9) is known color: Shocking Pink. HEX triplet: FA, 12 and C9. RGB value is (250,18,201). Sum of RGB (Red+Green+Blue) = 250+18+201=469 (62% of max value = 765). Red value is 250 (98.05% from 255 or 53.30% from 469); Green value is 18 (7.42% from 255 or 3.84% from 469); Blue value is 201 (78.91% from 255 or 42.86% from 469); Max value from RGB is 250 - color contains mainly: red. Hex color #FA12C9 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FA12C9 is #05ED36. Grayscale: #6B6B6B. Windows color (decimal): -388407 or 13177594. OLE color: 13177594.

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

Color convert

RGB 250 18 201 -
CMYK 0 0.93 0.20 0.02
HSL 312.67º 0.96% 0.53% -
HSV(B) 312.67º 0.93% 0.98% -
XYZ 50.18 24.97 57.43 -
YUV 108.23 180.36 229.12 -
System Red Green Blue C M Y K H S L
Decimal 250 18 201 0 0.93 0.20 0.02 312.67 0.96 0.53
Hex FA 12 C9 0 5D 14 2 139 60 35
Octal 372 22 311 0 135 24 2 471 140 65
Binary 11111010 10010 11001001 0 1011101 10100 10 100111001 1100000 110101

Color Harmonies of #FA12C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA12C9

Black with #FA12C9

Text Example


Text Example

White with #FA12C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA12C9; }

 p { color: rgb(250,18,201); }

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

background-color css

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

 a { background-color: rgb(250,18,201); }

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

border-color css

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

 span { border-color: rgb(250,18,201); }

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