Html Css Color HEX #FA12C8 Shocking Pink

📋 copy color: '#FA12C8'

red 250 ◦ green 18 ◦ blue 200

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

Shades of Shocking Pink #FA12C8

Tints of Shocking Pink #FA12C8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 42.74%

R = 53.42%
G = 3.85%
B = 42.74%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.2

 K value IS 0.02

RGB Variations

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

Color information

#FA12C8 (or 0xFA12C8) is known color: Shocking Pink. HEX triplet: FA, 12 and C8. RGB value is (250,18,200). Sum of RGB (Red+Green+Blue) = 250+18+200=468 (61% of max value = 765). Red value is 250 (98.05% from 255 or 53.42% from 468); Green value is 18 (7.42% from 255 or 3.85% from 468); Blue value is 200 (78.52% from 255 or 42.74% from 468); Max value from RGB is 250 - color contains mainly: red. Hex color #FA12C8 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FA12C8 is #05ED37. Grayscale: #6B6B6B. Windows color (decimal): -388408 or 13112058. OLE color: 13112058.

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

Color convert

RGB 250 18 200 -
CMYK 0 0.93 0.2 0.02
HSL 312.93º 0.96% 0.53% -
HSV(B) 312.93º 0.93% 0.98% -
XYZ 50.07 24.93 56.82 -
YUV 108.12 179.86 229.2 -
System Red Green Blue C M Y K H S L
Decimal 250 18 200 0 0.93 0.2 0.02 312.93 0.96 0.53
Hex FA 12 C8 0 5D 14 2 139 60 35
Octal 372 22 310 0 135 24 2 471 140 65
Binary 11111010 10010 11001000 0 1011101 10100 10 100111001 1100000 110101

Color Harmonies of #FA12C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA12C8

Black with #FA12C8

Text Example


Text Example

White with #FA12C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA12C8; }

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

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

background-color css

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

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

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

border-color css

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

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

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