Html Css Color HEX #FE027E Deep Pink

📋 copy color: '#FE027E'

red 254 ◦ green 2 ◦ blue 126

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

Shades of Deep Pink #FE027E

Tints of Deep Pink #FE027E

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.52%

 BLUE value IS 126 (49.61% from 255) = 32.98%

R = 66.49%
G = 0.52%
B = 32.98%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.50

 K value IS 0.00

RGB Variations

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

Color information

#FE027E (or 0xFE027E) is known color: Deep Pink. HEX triplet: FE, 02 and 7E. RGB value is (254,2,126). Sum of RGB (Red+Green+Blue) = 254+2+126=382 (50% of max value = 765). Red value is 254 (99.61% from 255 or 66.49% from 382); Green value is 2 (1.17% from 255 or 0.52% from 382); Blue value is 126 (49.61% from 255 or 32.98% from 382); Max value from RGB is 254 - color contains mainly: red. Hex color #FE027E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FE027E is #01FD81. Grayscale: #5B5B5B. Windows color (decimal): -130434 or 8258302. OLE color: 8258302.

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

Color convert

RGB 254 2 126 -
CMYK 0 0.99 0.50 0.00
HSL 330.48º 0.99% 0.5% -
HSV(B) 330.48º 0.99% 1% -
XYZ 44.66 22.62 21.75 -
YUV 91.48 147.49 243.92 -
System Red Green Blue C M Y K H S L
Decimal 254 2 126 0 0.99 0.50 0.00 330.48 0.99 0.5
Hex FE 2 7E 0 63 32 0 14A 63 32
Octal 376 2 176 0 143 62 0 512 143 62
Binary 11111110 10 1111110 0 1100011 110010 0 101001010 1100011 110010

Color Harmonies of #FE027E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE027E

Black with #FE027E

Text Example


Text Example

White with #FE027E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE027E; }

 p { color: rgb(254,2,126); }

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

background-color css

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

 a { background-color: rgb(254,2,126); }

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

border-color css

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

 span { border-color: rgb(254,2,126); }

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