Html Css Color HEX #FE11CC Shocking Pink

📋 copy color: '#FE11CC'

red 254 ◦ green 17 ◦ blue 204

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

Shades of Shocking Pink #FE11CC

Tints of Shocking Pink #FE11CC

RGB

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

 GREEN value IS 17 (7.03% from 255) = 3.58%

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

R = 53.47%
G = 3.58%
B = 42.95%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.20

 K value IS 0.00

RGB Variations

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

Color information

#FE11CC (or 0xFE11CC) is known color: Shocking Pink. HEX triplet: FE, 11 and CC. RGB value is (254,17,204). Sum of RGB (Red+Green+Blue) = 254+17+204=475 (62% of max value = 765). Red value is 254 (99.61% from 255 or 53.47% from 475); Green value is 17 (7.03% from 255 or 3.58% from 475); Blue value is 204 (80.08% from 255 or 42.95% from 475); Max value from RGB is 254 - color contains mainly: red. Hex color #FE11CC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FE11CC is #01EE33. Grayscale: #6C6C6C. Windows color (decimal): -126516 or 13373950. OLE color: 13373950.

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

Color convert

RGB 254 17 204 -
CMYK 0 0.93 0.20 0.00
HSL 312.66º 0.99% 0.53% -
HSV(B) 312.66º 0.93% 1% -
XYZ 51.97 25.83 59.37 -
YUV 109.18 181.52 231.29 -
System Red Green Blue C M Y K H S L
Decimal 254 17 204 0 0.93 0.20 0.00 312.66 0.99 0.53
Hex FE 11 CC 0 5D 14 0 139 63 35
Octal 376 21 314 0 135 24 0 471 143 65
Binary 11111110 10001 11001100 0 1011101 10100 0 100111001 1100011 110101

Color Harmonies of #FE11CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE11CC

Black with #FE11CC

Text Example


Text Example

White with #FE11CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE11CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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