Html Css Color HEX #FD0FF7 Magenta

📋 copy color: '#FD0FF7'

red 253 ◦ green 15 ◦ blue 247

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

Shades of Magenta #FD0FF7

Tints of Magenta #FD0FF7

RGB

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

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

 BLUE value IS 247 (96.88% from 255) = 47.96%

R = 49.13%
G = 2.91%
B = 47.96%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.02

 K value IS 0.01

RGB Variations

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

Color information

#FD0FF7 (or 0xFD0FF7) is known color: Magenta. HEX triplet: FD, 0F and F7. RGB value is (253,15,247). Sum of RGB (Red+Green+Blue) = 253+15+247=515 (68% of max value = 765). Red value is 253 (99.22% from 255 or 49.13% from 515); Green value is 15 (6.25% from 255 or 2.91% from 515); Blue value is 247 (96.88% from 255 or 47.96% from 515); Max value from RGB is 253 - color contains mainly: red. Hex color #FD0FF7 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FD0FF7 is #02F008. Grayscale: #6F6F6F. Windows color (decimal): -192521 or 16191485. OLE color: 16191485.

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

Color convert

RGB 253 15 247 -
CMYK 0 0.94 0.02 0.01
HSL 301.51º 0.98% 0.53% -
HSV(B) 301.51º 0.94% 0.99% -
XYZ 57.47 27.94 90.36 -
YUV 112.61 203.85 228.14 -
System Red Green Blue C M Y K H S L
Decimal 253 15 247 0 0.94 0.02 0.01 301.51 0.98 0.53
Hex FD F F7 0 5E 2 1 12E 62 35
Octal 375 17 367 0 136 2 1 456 142 65
Binary 11111101 1111 11110111 0 1011110 10 1 100101110 1100010 110101

Color Harmonies of #FD0FF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD0FF7

Black with #FD0FF7

Text Example


Text Example

White with #FD0FF7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD0FF7; }

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

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

background-color css

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

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

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

border-color css

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

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

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