Html Css Color HEX #FA19C7 Shocking Pink

📋 copy color: '#FA19C7'

red 250 ◦ green 25 ◦ blue 199

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

Shades of Shocking Pink #FA19C7

Tints of Shocking Pink #FA19C7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 41.98%

R = 52.74%
G = 5.27%
B = 41.98%

CMYK

 C value IS 0

 M value IS 0.9

 Y value IS 0.20

 K value IS 0.02

RGB Variations

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

Color information

#FA19C7 (or 0xFA19C7) is known color: Shocking Pink. HEX triplet: FA, 19 and C7. RGB value is (250,25,199). Sum of RGB (Red+Green+Blue) = 250+25+199=474 (62% of max value = 765). Red value is 250 (98.05% from 255 or 52.74% from 474); Green value is 25 (10.16% from 255 or 5.27% from 474); Blue value is 199 (78.12% from 255 or 41.98% from 474); Max value from RGB is 250 - color contains mainly: red. Hex color #FA19C7 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FA19C7 is #05E638. Grayscale: #6F6F6F. Windows color (decimal): -386617 or 13048314. OLE color: 13048314.

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

Color convert

RGB 250 25 199 -
CMYK 0 0.9 0.20 0.02
HSL 313.6º 0.96% 0.54% -
HSV(B) 313.6º 0.9% 0.98% -
XYZ 50.08 25.14 56.25 -
YUV 112.11 177.04 226.35 -
System Red Green Blue C M Y K H S L
Decimal 250 25 199 0 0.9 0.20 0.02 313.6 0.96 0.54
Hex FA 19 C7 0 5A 14 2 13A 60 36
Octal 372 31 307 0 132 24 2 472 140 66
Binary 11111010 11001 11000111 0 1011010 10100 10 100111010 1100000 110110

Color Harmonies of #FA19C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA19C7

Black with #FA19C7

Text Example


Text Example

White with #FA19C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA19C7; }

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

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

background-color css

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

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

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

border-color css

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

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

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