Html Css Color HEX #FD0FEF Magenta

📋 copy color: '#FD0FEF'

red 253 ◦ green 15 ◦ blue 239

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

Shades of Magenta #FD0FEF

Tints of Magenta #FD0FEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 47.14%

R = 49.9%
G = 2.96%
B = 47.14%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.06

 K value IS 0.01

RGB Variations

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

Color information

#FD0FEF (or 0xFD0FEF) is known color: Magenta. HEX triplet: FD, 0F and EF. RGB value is (253,15,239). Sum of RGB (Red+Green+Blue) = 253+15+239=507 (67% of max value = 765). Red value is 253 (99.22% from 255 or 49.90% from 507); Green value is 15 (6.25% from 255 or 2.96% from 507); Blue value is 239 (93.75% from 255 or 47.14% from 507); Max value from RGB is 253 - color contains mainly: red. Hex color #FD0FEF is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FD0FEF is #02F010. Grayscale: #6F6F6F. Windows color (decimal): -192529 or 15667197. OLE color: 15667197.

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

Color convert

RGB 253 15 239 -
CMYK 0 0.94 0.06 0.01
HSL 303.53º 0.98% 0.53% -
HSV(B) 303.53º 0.94% 0.99% -
XYZ 56.26 27.46 84 -
YUV 111.7 199.85 228.79 -
System Red Green Blue C M Y K H S L
Decimal 253 15 239 0 0.94 0.06 0.01 303.53 0.98 0.53
Hex FD F EF 0 5E 6 1 130 62 35
Octal 375 17 357 0 136 6 1 460 142 65
Binary 11111101 1111 11101111 0 1011110 110 1 100110000 1100010 110101

Color Harmonies of #FD0FEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD0FEF

Black with #FD0FEF

Text Example


Text Example

White with #FD0FEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD0FEF; }

 p { color: rgb(253,15,239); }

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

background-color css

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

 a { background-color: rgb(253,15,239); }

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

border-color css

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

 span { border-color: rgb(253,15,239); }

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