Html Css Color HEX #FD0494 Deep Pink

📋 copy color: '#FD0494'

red 253 ◦ green 4 ◦ blue 148

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

Shades of Deep Pink #FD0494

Tints of Deep Pink #FD0494

RGB

 RED value IS 253 (99.22% from 255) = 62.47%

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

 BLUE value IS 148 (58.2% from 255) = 36.54%

R = 62.47%
G = 0.99%
B = 36.54%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.42

 K value IS 0.01

RGB Variations

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

Color information

#FD0494 (or 0xFD0494) is known color: Deep Pink. HEX triplet: FD, 04 and 94. RGB value is (253,4,148). Sum of RGB (Red+Green+Blue) = 253+4+148=405 (53% of max value = 765). Red value is 253 (99.22% from 255 or 62.47% from 405); Green value is 4 (1.95% from 255 or 0.99% from 405); Blue value is 148 (58.20% from 255 or 36.54% from 405); Max value from RGB is 253 - color contains mainly: red. Hex color #FD0494 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FD0494 is #02FB6B. Grayscale: #5E5E5E. Windows color (decimal): -195436 or 9700605. OLE color: 9700605.

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

Color convert

RGB 253 4 148 -
CMYK 0 0.98 0.42 0.01
HSL 325.3º 0.98% 0.5% -
HSV(B) 325.3º 0.98% 0.99% -
XYZ 45.9 23.11 30.06 -
YUV 94.87 157.99 240.79 -
System Red Green Blue C M Y K H S L
Decimal 253 4 148 0 0.98 0.42 0.01 325.3 0.98 0.5
Hex FD 4 94 0 62 2A 1 145 62 32
Octal 375 4 224 0 142 52 1 505 142 62
Binary 11111101 100 10010100 0 1100010 101010 1 101000101 1100010 110010

Color Harmonies of #FD0494

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD0494

Black with #FD0494

Text Example


Text Example

White with #FD0494

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD0494; }

 p { color: rgb(253,4,148); }

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

background-color css

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

 a { background-color: rgb(253,4,148); }

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

border-color css

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

 span { border-color: rgb(253,4,148); }

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