Html Css Color HEX #FA19C2 Shocking Pink

📋 copy color: '#FA19C2'

red 250 ◦ green 25 ◦ blue 194

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

Shades of Shocking Pink #FA19C2

Tints of Shocking Pink #FA19C2

RGB

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

 GREEN value IS 25 (10.16% from 255) = 5.33%

 BLUE value IS 194 (76.17% from 255) = 41.36%

R = 53.3%
G = 5.33%
B = 41.36%

CMYK

 C value IS 0

 M value IS 0.9

 Y value IS 0.22

 K value IS 0.02

RGB Variations

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

Color information

#FA19C2 (or 0xFA19C2) is known color: Shocking Pink. HEX triplet: FA, 19 and C2. RGB value is (250,25,194). Sum of RGB (Red+Green+Blue) = 250+25+194=469 (62% of max value = 765). Red value is 250 (98.05% from 255 or 53.30% from 469); Green value is 25 (10.16% from 255 or 5.33% from 469); Blue value is 194 (76.17% from 255 or 41.36% from 469); Max value from RGB is 250 - color contains mainly: red. Hex color #FA19C2 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FA19C2 is #05E63D. Grayscale: #6F6F6F. Windows color (decimal): -386622 or 12720634. OLE color: 12720634.

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

Color convert

RGB 250 25 194 -
CMYK 0 0.9 0.22 0.02
HSL 314.93º 0.96% 0.54% -
HSV(B) 314.93º 0.9% 0.98% -
XYZ 49.51 24.91 53.24 -
YUV 111.54 174.54 226.76 -
System Red Green Blue C M Y K H S L
Decimal 250 25 194 0 0.9 0.22 0.02 314.93 0.96 0.54
Hex FA 19 C2 0 5A 16 2 13B 60 36
Octal 372 31 302 0 132 26 2 473 140 66
Binary 11111010 11001 11000010 0 1011010 10110 10 100111011 1100000 110110

Color Harmonies of #FA19C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA19C2

Black with #FA19C2

Text Example


Text Example

White with #FA19C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA19C2; }

 p { color: rgb(250,25,194); }

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

background-color css

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

 a { background-color: rgb(250,25,194); }

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

border-color css

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

 span { border-color: rgb(250,25,194); }

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