Html Css Color HEX #FD07DB Hot Magenta

📋 copy color: '#FD07DB'

red 253 ◦ green 7 ◦ blue 219

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

Shades of Hot Magenta #FD07DB

Tints of Hot Magenta #FD07DB

RGB

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

 GREEN value IS 7 (3.13% from 255) = 1.46%

 BLUE value IS 219 (85.94% from 255) = 45.72%

R = 52.82%
G = 1.46%
B = 45.72%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.13

 K value IS 0.01

RGB Variations

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

Color information

#FD07DB (or 0xFD07DB) is known color: Hot Magenta. HEX triplet: FD, 07 and DB. RGB value is (253,7,219). Sum of RGB (Red+Green+Blue) = 253+7+219=479 (63% of max value = 765). Red value is 253 (99.22% from 255 or 52.82% from 479); Green value is 7 (3.12% from 255 or 1.46% from 479); Blue value is 219 (85.94% from 255 or 45.72% from 479); Max value from RGB is 253 - color contains mainly: red. Hex color #FD07DB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FD07DB is #02F824. Grayscale: #686868. Windows color (decimal): -194597 or 14354429. OLE color: 14354429.

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

Color convert

RGB 253 7 219 -
CMYK 0 0.97 0.13 0.01
HSL 308.29º 0.98% 0.51% -
HSV(B) 308.29º 0.97% 0.99% -
XYZ 53.37 26.15 69.25 -
YUV 104.72 192.5 233.76 -
System Red Green Blue C M Y K H S L
Decimal 253 7 219 0 0.97 0.13 0.01 308.29 0.98 0.51
Hex FD 7 DB 0 61 D 1 134 62 33
Octal 375 7 333 0 141 15 1 464 142 63
Binary 11111101 111 11011011 0 1100001 1101 1 100110100 1100010 110011

Color Harmonies of #FD07DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD07DB

Black with #FD07DB

Text Example


Text Example

White with #FD07DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD07DB; }

 p { color: rgb(253,7,219); }

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

background-color css

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

 a { background-color: rgb(253,7,219); }

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

border-color css

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

 span { border-color: rgb(253,7,219); }

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