Html Css Color HEX #FA17D7 Shocking Pink

📋 copy color: '#FA17D7'

red 250 ◦ green 23 ◦ blue 215

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

Shades of Shocking Pink #FA17D7

Tints of Shocking Pink #FA17D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 44.06%

R = 51.23%
G = 4.71%
B = 44.06%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.14

 K value IS 0.02

RGB Variations

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

Color information

#FA17D7 (or 0xFA17D7) is known color: Shocking Pink. HEX triplet: FA, 17 and D7. RGB value is (250,23,215). Sum of RGB (Red+Green+Blue) = 250+23+215=488 (64% of max value = 765). Red value is 250 (98.05% from 255 or 51.23% from 488); Green value is 23 (9.38% from 255 or 4.71% from 488); Blue value is 215 (84.38% from 255 or 44.06% from 488); Max value from RGB is 250 - color contains mainly: red. Hex color #FA17D7 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FA17D7 is #05E828. Grayscale: #707070. Windows color (decimal): -387113 or 14096378. OLE color: 14096378.

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

Color convert

RGB 250 23 215 -
CMYK 0 0.91 0.14 0.02
HSL 309.25º 0.96% 0.54% -
HSV(B) 309.25º 0.91% 0.98% -
XYZ 52 25.84 66.54 -
YUV 112.76 185.71 225.89 -
System Red Green Blue C M Y K H S L
Decimal 250 23 215 0 0.91 0.14 0.02 309.25 0.96 0.54
Hex FA 17 D7 0 5B E 2 135 60 36
Octal 372 27 327 0 133 16 2 465 140 66
Binary 11111010 10111 11010111 0 1011011 1110 10 100110101 1100000 110110

Color Harmonies of #FA17D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA17D7

Black with #FA17D7

Text Example


Text Example

White with #FA17D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA17D7; }

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

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

background-color css

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

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

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

border-color css

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

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

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