Html Css Color HEX #FE15CE Shocking Pink

📋 copy color: '#FE15CE'

red 254 ◦ green 21 ◦ blue 206

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

Shades of Shocking Pink #FE15CE

Tints of Shocking Pink #FE15CE

RGB

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

 GREEN value IS 21 (8.59% from 255) = 4.37%

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

R = 52.81%
G = 4.37%
B = 42.83%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.19

 K value IS 0.00

RGB Variations

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

Color information

#FE15CE (or 0xFE15CE) is known color: Shocking Pink. HEX triplet: FE, 15 and CE. RGB value is (254,21,206). Sum of RGB (Red+Green+Blue) = 254+21+206=481 (63% of max value = 765). Red value is 254 (99.61% from 255 or 52.81% from 481); Green value is 21 (8.59% from 255 or 4.37% from 481); Blue value is 206 (80.86% from 255 or 42.83% from 481); Max value from RGB is 254 - color contains mainly: red. Hex color #FE15CE is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FE15CE is #01EA31. Grayscale: #6F6F6F. Windows color (decimal): -125490 or 13506046. OLE color: 13506046.

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

Color convert

RGB 254 21 206 -
CMYK 0 0.92 0.19 0.00
HSL 312.36º 0.99% 0.54% -
HSV(B) 312.36º 0.92% 1% -
XYZ 52.28 26.06 60.67 -
YUV 111.76 181.19 229.46 -
System Red Green Blue C M Y K H S L
Decimal 254 21 206 0 0.92 0.19 0.00 312.36 0.99 0.54
Hex FE 15 CE 0 5C 13 0 138 63 36
Octal 376 25 316 0 134 23 0 470 143 66
Binary 11111110 10101 11001110 0 1011100 10011 0 100111000 1100011 110110

Color Harmonies of #FE15CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE15CE

Black with #FE15CE

Text Example


Text Example

White with #FE15CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE15CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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