Html Css Color HEX #FA1AC5 Shocking Pink

📋 copy color: '#FA1AC5'

red 250 ◦ green 26 ◦ blue 197

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

Shades of Shocking Pink #FA1AC5

Tints of Shocking Pink #FA1AC5

RGB

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

 GREEN value IS 26 (10.55% from 255) = 5.5%

 BLUE value IS 197 (77.34% from 255) = 41.65%

R = 52.85%
G = 5.5%
B = 41.65%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.21

 K value IS 0.02

RGB Variations

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

Color information

#FA1AC5 (or 0xFA1AC5) is known color: Shocking Pink. HEX triplet: FA, 1A and C5. RGB value is (250,26,197). Sum of RGB (Red+Green+Blue) = 250+26+197=473 (62% of max value = 765). Red value is 250 (98.05% from 255 or 52.85% from 473); Green value is 26 (10.55% from 255 or 5.50% from 473); Blue value is 197 (77.34% from 255 or 41.65% from 473); Max value from RGB is 250 - color contains mainly: red. Hex color #FA1AC5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FA1AC5 is #05E53A. Grayscale: #707070. Windows color (decimal): -386363 or 12917498. OLE color: 12917498.

HSL color Cylindrical-coordinate representation of color #FA1AC5: hue angle of 314.2º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FA1AC5 is Cyan = 0, Magento = 0.90, Yellow = 0.21 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 26 197 -
CMYK 0 0.90 0.21 0.02
HSL 314.2º 0.96% 0.54% -
HSV(B) 314.2º 0.9% 0.98% -
XYZ 49.87 25.09 55.04 -
YUV 112.47 175.71 226.1 -
System Red Green Blue C M Y K H S L
Decimal 250 26 197 0 0.90 0.21 0.02 314.2 0.96 0.54
Hex FA 1A C5 0 5A 15 2 13A 60 36
Octal 372 32 305 0 132 25 2 472 140 66
Binary 11111010 11010 11000101 0 1011010 10101 10 100111010 1100000 110110

Color Harmonies of #FA1AC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA1AC5

Black with #FA1AC5

Text Example


Text Example

White with #FA1AC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA1AC5; }

 p { color: rgb(250,26,197); }

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

background-color css

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

 a { background-color: rgb(250,26,197); }

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

border-color css

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

 span { border-color: rgb(250,26,197); }

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