Html Css Color HEX #FD0492 Deep Pink

📋 copy color: '#FD0492'

red 253 ◦ green 4 ◦ blue 146

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

Shades of Deep Pink #FD0492

Tints of Deep Pink #FD0492

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 36.23%

R = 62.78%
G = 0.99%
B = 36.23%

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

#FD0492 (or 0xFD0492) is known color: Deep Pink. HEX triplet: FD, 04 and 92. RGB value is (253,4,146). Sum of RGB (Red+Green+Blue) = 253+4+146=403 (53% of max value = 765). Red value is 253 (99.22% from 255 or 62.78% from 403); Green value is 4 (1.95% from 255 or 0.99% from 403); Blue value is 146 (57.42% from 255 or 36.23% from 403); Max value from RGB is 253 - color contains mainly: red. Hex color #FD0492 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FD0492 is #02FB6D. Grayscale: #5E5E5E. Windows color (decimal): -195438 or 9569533. OLE color: 9569533.

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

Color convert

RGB 253 4 146 -
CMYK 0 0.98 0.42 0.01
HSL 325.78º 0.98% 0.5% -
HSV(B) 325.78º 0.98% 0.99% -
XYZ 45.74 23.04 29.23 -
YUV 94.64 156.99 240.95 -
System Red Green Blue C M Y K H S L
Decimal 253 4 146 0 0.98 0.42 0.01 325.78 0.98 0.5
Hex FD 4 92 0 62 2A 1 146 62 32
Octal 375 4 222 0 142 52 1 506 142 62
Binary 11111101 100 10010010 0 1100010 101010 1 101000110 1100010 110010

Color Harmonies of #FD0492

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD0492

Black with #FD0492

Text Example


Text Example

White with #FD0492

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD0492; }

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

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

background-color css

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

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

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

border-color css

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

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

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