Html Css Color HEX #FE0393 Deep Pink

📋 copy color: '#FE0393'

red 254 ◦ green 3 ◦ blue 147

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

Shades of Deep Pink #FE0393

Tints of Deep Pink #FE0393

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 36.39%

R = 62.87%
G = 0.74%
B = 36.39%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.42

 K value IS 0.00

RGB Variations

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

Color information

#FE0393 (or 0xFE0393) is known color: Deep Pink. HEX triplet: FE, 03 and 93. RGB value is (254,3,147). Sum of RGB (Red+Green+Blue) = 254+3+147=404 (53% of max value = 765). Red value is 254 (99.61% from 255 or 62.87% from 404); Green value is 3 (1.56% from 255 or 0.74% from 404); Blue value is 147 (57.81% from 255 or 36.39% from 404); Max value from RGB is 254 - color contains mainly: red. Hex color #FE0393 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FE0393 is #01FC6C. Grayscale: #5E5E5E. Windows color (decimal): -130157 or 9634814. OLE color: 9634814.

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

Color convert

RGB 254 3 147 -
CMYK 0 0.99 0.42 0.00
HSL 325.58º 0.99% 0.5% -
HSV(B) 325.58º 0.99% 1% -
XYZ 46.17 23.24 29.66 -
YUV 94.47 157.66 241.79 -
System Red Green Blue C M Y K H S L
Decimal 254 3 147 0 0.99 0.42 0.00 325.58 0.99 0.5
Hex FE 3 93 0 63 2A 0 146 63 32
Octal 376 3 223 0 143 52 0 506 143 62
Binary 11111110 11 10010011 0 1100011 101010 0 101000110 1100011 110010

Color Harmonies of #FE0393

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE0393

Black with #FE0393

Text Example


Text Example

White with #FE0393

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE0393; }

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

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

background-color css

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

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

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

border-color css

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

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

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