Html Css Color HEX #FA17CE Shocking Pink

📋 copy color: '#FA17CE'

red 250 ◦ green 23 ◦ blue 206

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

Shades of Shocking Pink #FA17CE

Tints of Shocking Pink #FA17CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 43.01%

R = 52.19%
G = 4.8%
B = 43.01%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.18

 K value IS 0.02

RGB Variations

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

Color information

#FA17CE (or 0xFA17CE) is known color: Shocking Pink. HEX triplet: FA, 17 and CE. RGB value is (250,23,206). Sum of RGB (Red+Green+Blue) = 250+23+206=479 (63% of max value = 765). Red value is 250 (98.05% from 255 or 52.19% from 479); Green value is 23 (9.38% from 255 or 4.80% from 479); Blue value is 206 (80.86% from 255 or 43.01% from 479); Max value from RGB is 250 - color contains mainly: red. Hex color #FA17CE is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FA17CE is #05E831. Grayscale: #6F6F6F. Windows color (decimal): -387122 or 13506554. OLE color: 13506554.

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

Color convert

RGB 250 23 206 -
CMYK 0 0.91 0.18 0.02
HSL 311.63º 0.96% 0.54% -
HSV(B) 311.63º 0.91% 0.98% -
XYZ 50.87 25.39 60.61 -
YUV 111.74 181.21 226.62 -
System Red Green Blue C M Y K H S L
Decimal 250 23 206 0 0.91 0.18 0.02 311.63 0.96 0.54
Hex FA 17 CE 0 5B 12 2 138 60 36
Octal 372 27 316 0 133 22 2 470 140 66
Binary 11111010 10111 11001110 0 1011011 10010 10 100111000 1100000 110110

Color Harmonies of #FA17CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA17CE

Black with #FA17CE

Text Example


Text Example

White with #FA17CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA17CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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