Html Css Color HEX #FA12B7 Shocking Pink

📋 copy color: '#FA12B7'

red 250 ◦ green 18 ◦ blue 183

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

Shades of Shocking Pink #FA12B7

Tints of Shocking Pink #FA12B7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 40.58%

R = 55.43%
G = 3.99%
B = 40.58%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.27

 K value IS 0.02

RGB Variations

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

Color information

#FA12B7 (or 0xFA12B7) is known color: Shocking Pink. HEX triplet: FA, 12 and B7. RGB value is (250,18,183). Sum of RGB (Red+Green+Blue) = 250+18+183=451 (59% of max value = 765). Red value is 250 (98.05% from 255 or 55.43% from 451); Green value is 18 (7.42% from 255 or 3.99% from 451); Blue value is 183 (71.88% from 255 or 40.58% from 451); Max value from RGB is 250 - color contains mainly: red. Hex color #FA12B7 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FA12B7 is #05ED48. Grayscale: #696969. Windows color (decimal): -388425 or 11997946. OLE color: 11997946.

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

Color convert

RGB 250 18 183 -
CMYK 0 0.93 0.27 0.02
HSL 317.33º 0.96% 0.53% -
HSV(B) 317.33º 0.93% 0.98% -
XYZ 48.19 24.18 46.93 -
YUV 106.18 171.36 230.58 -
System Red Green Blue C M Y K H S L
Decimal 250 18 183 0 0.93 0.27 0.02 317.33 0.96 0.53
Hex FA 12 B7 0 5D 1B 2 13D 60 35
Octal 372 22 267 0 135 33 2 475 140 65
Binary 11111010 10010 10110111 0 1011101 11011 10 100111101 1100000 110101

Color Harmonies of #FA12B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA12B7

Black with #FA12B7

Text Example


Text Example

White with #FA12B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA12B7; }

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

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

background-color css

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

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

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

border-color css

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

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

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