Html Css Color HEX #FE13CE Shocking Pink

📋 copy color: '#FE13CE'

red 254 ◦ green 19 ◦ blue 206

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

Shades of Shocking Pink #FE13CE

Tints of Shocking Pink #FE13CE

RGB

 RED value IS 254 (99.61% from 255) = 53.03%

 GREEN value IS 19 (7.81% from 255) = 3.97%

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

R = 53.03%
G = 3.97%
B = 43.01%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.19

 K value IS 0.00

RGB Variations

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

Color information

#FE13CE (or 0xFE13CE) is known color: Shocking Pink. HEX triplet: FE, 13 and CE. RGB value is (254,19,206). Sum of RGB (Red+Green+Blue) = 254+19+206=479 (63% of max value = 765). Red value is 254 (99.61% from 255 or 53.03% from 479); Green value is 19 (7.81% from 255 or 3.97% from 479); Blue value is 206 (80.86% from 255 or 43.01% from 479); Max value from RGB is 254 - color contains mainly: red. Hex color #FE13CE is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FE13CE is #01EC31. Grayscale: #6E6E6E. Windows color (decimal): -126002 or 13505534. OLE color: 13505534.

HSL color Cylindrical-coordinate representation of color #FE13CE: hue angle of 312.26º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FE13CE is Cyan = 0, Magento = 0.93, Yellow = 0.19 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 19 206 -
CMYK 0 0.93 0.19 0.00
HSL 312.26º 0.99% 0.54% -
HSV(B) 312.26º 0.93% 1% -
XYZ 52.25 25.99 60.66 -
YUV 110.58 181.86 230.29 -
System Red Green Blue C M Y K H S L
Decimal 254 19 206 0 0.93 0.19 0.00 312.26 0.99 0.54
Hex FE 13 CE 0 5D 13 0 138 63 36
Octal 376 23 316 0 135 23 0 470 143 66
Binary 11111110 10011 11001110 0 1011101 10011 0 100111000 1100011 110110

Color Harmonies of #FE13CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE13CE

Black with #FE13CE

Text Example


Text Example

White with #FE13CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE13CE; }

 p { color: rgb(254,19,206); }

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

background-color css

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

 a { background-color: rgb(254,19,206); }

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

border-color css

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

 span { border-color: rgb(254,19,206); }

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