Html Css Color HEX #FE0FDB Hot Magenta

📋 copy color: '#FE0FDB'

red 254 ◦ green 15 ◦ blue 219

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

Shades of Hot Magenta #FE0FDB

Tints of Hot Magenta #FE0FDB

RGB

 RED value IS 254 (99.61% from 255) = 52.05%

 GREEN value IS 15 (6.25% from 255) = 3.07%

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

R = 52.05%
G = 3.07%
B = 44.88%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.14

 K value IS 0.00

RGB Variations

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

Color information

#FE0FDB (or 0xFE0FDB) is known color: Hot Magenta. HEX triplet: FE, 0F and DB. RGB value is (254,15,219). Sum of RGB (Red+Green+Blue) = 254+15+219=488 (64% of max value = 765). Red value is 254 (99.61% from 255 or 52.05% from 488); Green value is 15 (6.25% from 255 or 3.07% from 488); Blue value is 219 (85.94% from 255 or 44.88% from 488); Max value from RGB is 254 - color contains mainly: red. Hex color #FE0FDB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FE0FDB is #01F024. Grayscale: #6D6D6D. Windows color (decimal): -127013 or 14356478. OLE color: 14356478.

HSL color Cylindrical-coordinate representation of color #FE0FDB: hue angle of 308.79º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FE0FDB is Cyan = 0, Magento = 0.94, Yellow = 0.14 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 15 219 -
CMYK 0 0.94 0.14 0.00
HSL 308.79º 0.99% 0.53% -
HSV(B) 308.79º 0.94% 1% -
XYZ 53.83 26.53 69.3 -
YUV 109.72 189.68 230.91 -
System Red Green Blue C M Y K H S L
Decimal 254 15 219 0 0.94 0.14 0.00 308.79 0.99 0.53
Hex FE F DB 0 5E E 0 135 63 35
Octal 376 17 333 0 136 16 0 465 143 65
Binary 11111110 1111 11011011 0 1011110 1110 0 100110101 1100011 110101

Color Harmonies of #FE0FDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE0FDB

Black with #FE0FDB

Text Example


Text Example

White with #FE0FDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE0FDB; }

 p { color: rgb(254,15,219); }

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

background-color css

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

 a { background-color: rgb(254,15,219); }

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

border-color css

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

 span { border-color: rgb(254,15,219); }

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