Html Css Color HEX #FA17D2 Shocking Pink

📋 copy color: '#FA17D2'

red 250 ◦ green 23 ◦ blue 210

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

Shades of Shocking Pink #FA17D2

Tints of Shocking Pink #FA17D2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 43.48%

R = 51.76%
G = 4.76%
B = 43.48%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.16

 K value IS 0.02

RGB Variations

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

Color information

#FA17D2 (or 0xFA17D2) is known color: Shocking Pink. HEX triplet: FA, 17 and D2. RGB value is (250,23,210). Sum of RGB (Red+Green+Blue) = 250+23+210=483 (63% of max value = 765). Red value is 250 (98.05% from 255 or 51.76% from 483); Green value is 23 (9.38% from 255 or 4.76% from 483); Blue value is 210 (82.42% from 255 or 43.48% from 483); Max value from RGB is 250 - color contains mainly: red. Hex color #FA17D2 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FA17D2 is #05E82D. Grayscale: #6F6F6F. Windows color (decimal): -387118 or 13768698. OLE color: 13768698.

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

Color convert

RGB 250 23 210 -
CMYK 0 0.91 0.16 0.02
HSL 310.57º 0.96% 0.54% -
HSV(B) 310.57º 0.91% 0.98% -
XYZ 51.36 25.59 63.2 -
YUV 112.19 183.21 226.29 -
System Red Green Blue C M Y K H S L
Decimal 250 23 210 0 0.91 0.16 0.02 310.57 0.96 0.54
Hex FA 17 D2 0 5B 10 2 137 60 36
Octal 372 27 322 0 133 20 2 467 140 66
Binary 11111010 10111 11010010 0 1011011 10000 10 100110111 1100000 110110

Color Harmonies of #FA17D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA17D2

Black with #FA17D2

Text Example


Text Example

White with #FA17D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA17D2; }

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

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

background-color css

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

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

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

border-color css

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

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

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