Html Css Color HEX #FE038D Deep Pink

📋 copy color: '#FE038D'

red 254 ◦ green 3 ◦ blue 141

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

Shades of Deep Pink #FE038D

Tints of Deep Pink #FE038D

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.75%

 BLUE value IS 141 (55.47% from 255) = 35.43%

R = 63.82%
G = 0.75%
B = 35.43%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.44

 K value IS 0.00

RGB Variations

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

Color information

#FE038D (or 0xFE038D) is known color: Deep Pink. HEX triplet: FE, 03 and 8D. RGB value is (254,3,141). Sum of RGB (Red+Green+Blue) = 254+3+141=398 (52% of max value = 765). Red value is 254 (99.61% from 255 or 63.82% from 398); Green value is 3 (1.56% from 255 or 0.75% from 398); Blue value is 141 (55.47% from 255 or 35.43% from 398); Max value from RGB is 254 - color contains mainly: red. Hex color #FE038D is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FE038D is #01FC72. Grayscale: #5D5D5D. Windows color (decimal): -130163 or 9241598. OLE color: 9241598.

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

Color convert

RGB 254 3 141 -
CMYK 0 0.99 0.44 0.00
HSL 327.01º 0.99% 0.5% -
HSV(B) 327.01º 0.99% 1% -
XYZ 45.71 23.06 27.24 -
YUV 93.78 154.66 242.28 -
System Red Green Blue C M Y K H S L
Decimal 254 3 141 0 0.99 0.44 0.00 327.01 0.99 0.5
Hex FE 3 8D 0 63 2C 0 147 63 32
Octal 376 3 215 0 143 54 0 507 143 62
Binary 11111110 11 10001101 0 1100011 101100 0 101000111 1100011 110010

Color Harmonies of #FE038D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE038D

Black with #FE038D

Text Example


Text Example

White with #FE038D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE038D; }

 p { color: rgb(254,3,141); }

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

background-color css

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

 a { background-color: rgb(254,3,141); }

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

border-color css

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

 span { border-color: rgb(254,3,141); }

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