Html Css Color HEX #FD07FA Magenta

📋 copy color: '#FD07FA'

red 253 ◦ green 7 ◦ blue 250

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

Shades of Magenta #FD07FA

Tints of Magenta #FD07FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 49.02%

R = 49.61%
G = 1.37%
B = 49.02%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.01

 K value IS 0.01

RGB Variations

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

Color information

#FD07FA (or 0xFD07FA) is known color: Magenta. HEX triplet: FD, 07 and FA. RGB value is (253,7,250). Sum of RGB (Red+Green+Blue) = 253+7+250=510 (67% of max value = 765). Red value is 253 (99.22% from 255 or 49.61% from 510); Green value is 7 (3.12% from 255 or 1.37% from 510); Blue value is 250 (98.05% from 255 or 49.02% from 510); Max value from RGB is 253 - color contains mainly: red. Hex color #FD07FA is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FD07FA is #02F805. Grayscale: #6B6B6B. Windows color (decimal): -194566 or 16386045. OLE color: 16386045.

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

Color convert

RGB 253 7 250 -
CMYK 0 0.97 0.01 0.01
HSL 300.73º 0.98% 0.51% -
HSV(B) 300.73º 0.97% 0.99% -
XYZ 57.84 27.94 92.79 -
YUV 108.26 208 231.24 -
System Red Green Blue C M Y K H S L
Decimal 253 7 250 0 0.97 0.01 0.01 300.73 0.98 0.51
Hex FD 7 FA 0 61 1 1 12D 62 33
Octal 375 7 372 0 141 1 1 455 142 63
Binary 11111101 111 11111010 0 1100001 1 1 100101101 1100010 110011

Color Harmonies of #FD07FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD07FA

Black with #FD07FA

Text Example


Text Example

White with #FD07FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD07FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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