Html Css Color HEX #FF0493 Deep Pink

📋 copy color: '#FF0493'

red 255 ◦ green 4 ◦ blue 147

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

Shades of Deep Pink #FF0493

Tints of Deep Pink #FF0493

RGB

 RED value IS 255 (100% from 255) = 62.81%

 GREEN value IS 4 (1.95% from 255) = 0.99%

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

R = 62.81%
G = 0.99%
B = 36.21%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.42

 K value IS 0

RGB Variations

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

Color information

#FF0493 (or 0xFF0493) is known color: Deep Pink. HEX triplet: FF, 04 and 93. RGB value is (255,4,147). Sum of RGB (Red+Green+Blue) = 255+4+147=406 (53% of max value = 765). Red value is 255 (100% from 255 or 62.81% from 406); Green value is 4 (1.95% from 255 or 0.99% from 406); Blue value is 147 (57.81% from 255 or 36.21% from 406); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0493 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FF0493 is #00FB6C. Grayscale: #5F5F5F. Windows color (decimal): -64365 or 9635071. OLE color: 9635071.

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

Color convert

RGB 255 4 147 -
CMYK 0 0.98 0.42 0
HSL 325.82º 1% 0.51% -
HSV(B) 325.82º 0.98% 1% -
XYZ 46.55 23.45 29.68 -
YUV 95.35 157.16 241.87 -
System Red Green Blue C M Y K H S L
Decimal 255 4 147 0 0.98 0.42 0 325.82 1 0.51
Hex FF 4 93 0 62 2A 0 146 64 33
Octal 377 4 223 0 142 52 0 506 144 63
Binary 11111111 100 10010011 0 1100010 101010 0 101000110 1100100 110011

Color Harmonies of #FF0493

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF0493

Black with #FF0493

Text Example


Text Example

White with #FF0493

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF0493; }

 p { color: rgb(255,4,147); }

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

background-color css

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

 a { background-color: rgb(255,4,147); }

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

border-color css

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

 span { border-color: rgb(255,4,147); }

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