Html Css Color HEX #FE0FCC Shocking Pink

📋 copy color: '#FE0FCC'

red 254 ◦ green 15 ◦ blue 204

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

Shades of Shocking Pink #FE0FCC

Tints of Shocking Pink #FE0FCC

RGB

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

 GREEN value IS 15 (6.25% from 255) = 3.17%

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

R = 53.7%
G = 3.17%
B = 43.13%

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

#FE0FCC (or 0xFE0FCC) is known color: Shocking Pink. HEX triplet: FE, 0F and CC. RGB value is (254,15,204). Sum of RGB (Red+Green+Blue) = 254+15+204=473 (62% of max value = 765). Red value is 254 (99.61% from 255 or 53.70% from 473); Green value is 15 (6.25% from 255 or 3.17% from 473); Blue value is 204 (80.08% from 255 or 43.13% from 473); Max value from RGB is 254 - color contains mainly: red. Hex color #FE0FCC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FE0FCC is #01F033. Grayscale: #6B6B6B. Windows color (decimal): -127028 or 13373438. OLE color: 13373438.

HSL color Cylindrical-coordinate representation of color #FE0FCC: hue angle of 312.55º 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 #FE0FCC is Cyan = 0, Magento = 0.94, Yellow = 0.20 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 15 204 -
CMYK 0 0.94 0.20 0.00
HSL 312.55º 0.99% 0.53% -
HSV(B) 312.55º 0.94% 1% -
XYZ 51.94 25.77 59.36 -
YUV 108.01 182.18 232.13 -
System Red Green Blue C M Y K H S L
Decimal 254 15 204 0 0.94 0.20 0.00 312.55 0.99 0.53
Hex FE F CC 0 5E 14 0 139 63 35
Octal 376 17 314 0 136 24 0 471 143 65
Binary 11111110 1111 11001100 0 1011110 10100 0 100111001 1100011 110101

Color Harmonies of #FE0FCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE0FCC

Black with #FE0FCC

Text Example


Text Example

White with #FE0FCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE0FCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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