Html Css Color HEX #FA17C6 Shocking Pink

📋 copy color: '#FA17C6'

red 250 ◦ green 23 ◦ blue 198

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

Shades of Shocking Pink #FA17C6

Tints of Shocking Pink #FA17C6

RGB

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

 GREEN value IS 23 (9.38% from 255) = 4.88%

 BLUE value IS 198 (77.73% from 255) = 42.04%

R = 53.08%
G = 4.88%
B = 42.04%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.21

 K value IS 0.02

RGB Variations

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

Color information

#FA17C6 (or 0xFA17C6) is known color: Shocking Pink. HEX triplet: FA, 17 and C6. RGB value is (250,23,198). Sum of RGB (Red+Green+Blue) = 250+23+198=471 (62% of max value = 765). Red value is 250 (98.05% from 255 or 53.08% from 471); Green value is 23 (9.38% from 255 or 4.88% from 471); Blue value is 198 (77.73% from 255 or 42.04% from 471); Max value from RGB is 250 - color contains mainly: red. Hex color #FA17C6 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FA17C6 is #05E839. Grayscale: #6E6E6E. Windows color (decimal): -387130 or 12982266. OLE color: 12982266.

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

Color convert

RGB 250 23 198 -
CMYK 0 0.91 0.21 0.02
HSL 313.74º 0.96% 0.54% -
HSV(B) 313.74º 0.91% 0.98% -
XYZ 49.92 25.01 55.62 -
YUV 110.82 177.21 227.27 -
System Red Green Blue C M Y K H S L
Decimal 250 23 198 0 0.91 0.21 0.02 313.74 0.96 0.54
Hex FA 17 C6 0 5B 15 2 13A 60 36
Octal 372 27 306 0 133 25 2 472 140 66
Binary 11111010 10111 11000110 0 1011011 10101 10 100111010 1100000 110110

Color Harmonies of #FA17C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA17C6

Black with #FA17C6

Text Example


Text Example

White with #FA17C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA17C6; }

 p { color: rgb(250,23,198); }

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

background-color css

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

 a { background-color: rgb(250,23,198); }

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

border-color css

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

 span { border-color: rgb(250,23,198); }

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