Html Css Color HEX #FE0ECC Shocking Pink

📋 copy color: '#FE0ECC'

red 254 ◦ green 14 ◦ blue 204

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

Shades of Shocking Pink #FE0ECC

Tints of Shocking Pink #FE0ECC

RGB

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

 GREEN value IS 14 (5.86% from 255) = 2.97%

 BLUE value IS 204 (80.08% from 255) = 43.22%

R = 53.81%
G = 2.97%
B = 43.22%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.20

 K value IS 0.00

RGB Variations

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

Color information

#FE0ECC (or 0xFE0ECC) is known color: Shocking Pink. HEX triplet: FE, 0E and CC. RGB value is (254,14,204). Sum of RGB (Red+Green+Blue) = 254+14+204=472 (62% of max value = 765). Red value is 254 (99.61% from 255 or 53.81% from 472); Green value is 14 (5.86% from 255 or 2.97% from 472); Blue value is 204 (80.08% from 255 or 43.22% from 472); Max value from RGB is 254 - color contains mainly: red. Hex color #FE0ECC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FE0ECC is #01F133. Grayscale: #6A6A6A. Windows color (decimal): -127284 or 13373182. OLE color: 13373182.

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

Color convert

RGB 254 14 204 -
CMYK 0 0.94 0.20 0.00
HSL 312.5º 0.99% 0.53% -
HSV(B) 312.5º 0.94% 1% -
XYZ 51.93 25.74 59.36 -
YUV 107.42 182.51 232.55 -
System Red Green Blue C M Y K H S L
Decimal 254 14 204 0 0.94 0.20 0.00 312.5 0.99 0.53
Hex FE E CC 0 5E 14 0 138 63 35
Octal 376 16 314 0 136 24 0 470 143 65
Binary 11111110 1110 11001100 0 1011110 10100 0 100111000 1100011 110101

Color Harmonies of #FE0ECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE0ECC

Black with #FE0ECC

Text Example


Text Example

White with #FE0ECC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE0ECC; }

 p { color: rgb(254,14,204); }

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

background-color css

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

 a { background-color: rgb(254,14,204); }

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

border-color css

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

 span { border-color: rgb(254,14,204); }

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