Html Css Color HEX #FE0FCD Shocking Pink

📋 copy color: '#FE0FCD'

red 254 ◦ green 15 ◦ blue 205

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

Shades of Shocking Pink #FE0FCD

Tints of Shocking Pink #FE0FCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 43.25%

R = 53.59%
G = 3.16%
B = 43.25%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.19

 K value IS 0.00

RGB Variations

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

Color information

#FE0FCD (or 0xFE0FCD) is known color: Shocking Pink. HEX triplet: FE, 0F and CD. RGB value is (254,15,205). Sum of RGB (Red+Green+Blue) = 254+15+205=474 (62% of max value = 765). Red value is 254 (99.61% from 255 or 53.59% from 474); Green value is 15 (6.25% from 255 or 3.16% from 474); Blue value is 205 (80.47% from 255 or 43.25% from 474); Max value from RGB is 254 - color contains mainly: red. Hex color #FE0FCD is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FE0FCD is #01F032. Grayscale: #6B6B6B. Windows color (decimal): -127027 or 13438974. OLE color: 13438974.

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

Color convert

RGB 254 15 205 -
CMYK 0 0.94 0.19 0.00
HSL 312.3º 0.99% 0.53% -
HSV(B) 312.3º 0.94% 1% -
XYZ 52.06 25.82 60 -
YUV 108.12 182.68 232.05 -
System Red Green Blue C M Y K H S L
Decimal 254 15 205 0 0.94 0.19 0.00 312.3 0.99 0.53
Hex FE F CD 0 5E 13 0 138 63 35
Octal 376 17 315 0 136 23 0 470 143 65
Binary 11111110 1111 11001101 0 1011110 10011 0 100111000 1100011 110101

Color Harmonies of #FE0FCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE0FCD

Black with #FE0FCD

Text Example


Text Example

White with #FE0FCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE0FCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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