Html Css Color HEX #FE008E Deep Pink

📋 copy color: '#FE008E'

red 254 ◦ green 0 ◦ blue 142

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

Shades of Deep Pink #FE008E

Tints of Deep Pink #FE008E

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 142 (55.86% from 255) = 35.86%

R = 64.14%
G = 0%
B = 35.86%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.44

 K value IS 0.00

RGB Variations

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

Color information

#FE008E (or 0xFE008E) is known color: Deep Pink. HEX triplet: FE, 00 and 8E. RGB value is (254,0,142). Sum of RGB (Red+Green+Blue) = 254+0+142=396 (52% of max value = 765). Red value is 254 (99.61% from 255 or 64.14% from 396); Green value is 0 (0.39% from 255 or 0% from 396); Blue value is 142 (55.86% from 255 or 35.86% from 396); Max value from RGB is 254 - color contains mainly: red. Hex color #FE008E is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FE008E is #01FF71. Grayscale: #5B5B5B. Windows color (decimal): -130930 or 9306366. OLE color: 9306366.

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

Color convert

RGB 254 0 142 -
CMYK 0 1 0.44 0.00
HSL 326.46º 1% 0.5% -
HSV(B) 326.46º 1% 1% -
XYZ 45.76 23.02 27.62 -
YUV 92.13 156.15 243.45 -
System Red Green Blue C M Y K H S L
Decimal 254 0 142 0 1 0.44 0.00 326.46 1 0.5
Hex FE 0 8E 0 64 2C 0 146 64 32
Octal 376 0 216 0 144 54 0 506 144 62
Binary 11111110 0 10001110 0 1100100 101100 0 101000110 1100100 110010

Color Harmonies of #FE008E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE008E

Black with #FE008E

Text Example


Text Example

White with #FE008E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE008E; }

 p { color: rgb(254,0,142); }

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

background-color css

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

 a { background-color: rgb(254,0,142); }

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

border-color css

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

 span { border-color: rgb(254,0,142); }

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