Html Css Color HEX #FD0ADB Hot Magenta

📋 copy color: '#FD0ADB'

red 253 ◦ green 10 ◦ blue 219

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

Shades of Hot Magenta #FD0ADB

Tints of Hot Magenta #FD0ADB

RGB

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

 GREEN value IS 10 (4.3% from 255) = 2.07%

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

R = 52.49%
G = 2.07%
B = 45.44%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.13

 K value IS 0.01

RGB Variations

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

Color information

#FD0ADB (or 0xFD0ADB) is known color: Hot Magenta. HEX triplet: FD, 0A and DB. RGB value is (253,10,219). Sum of RGB (Red+Green+Blue) = 253+10+219=482 (63% of max value = 765). Red value is 253 (99.22% from 255 or 52.49% from 482); Green value is 10 (4.30% from 255 or 2.07% from 482); Blue value is 219 (85.94% from 255 or 45.44% from 482); Max value from RGB is 253 - color contains mainly: red. Hex color #FD0ADB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FD0ADB is #02F524. Grayscale: #696969. Windows color (decimal): -193829 or 14355197. OLE color: 14355197.

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

Color convert

RGB 253 10 219 -
CMYK 0 0.96 0.13 0.01
HSL 308.4º 0.98% 0.52% -
HSV(B) 308.4º 0.96% 0.99% -
XYZ 53.4 26.21 69.26 -
YUV 106.48 191.51 232.51 -
System Red Green Blue C M Y K H S L
Decimal 253 10 219 0 0.96 0.13 0.01 308.4 0.98 0.52
Hex FD A DB 0 60 D 1 134 62 34
Octal 375 12 333 0 140 15 1 464 142 64
Binary 11111101 1010 11011011 0 1100000 1101 1 100110100 1100010 110100

Color Harmonies of #FD0ADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD0ADB

Black with #FD0ADB

Text Example


Text Example

White with #FD0ADB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD0ADB; }

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

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

background-color css

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

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

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

border-color css

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

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

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