Html Css Color HEX #FD07FF Magenta

📋 copy color: '#FD07FF'

red 253 ◦ green 7 ◦ blue 255

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

Shades of Magenta #FD07FF

Tints of Magenta #FD07FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 49.51%

R = 49.13%
G = 1.36%
B = 49.51%

CMYK

 C value IS 0.01

 M value IS 0.97

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#FD07FF (or 0xFD07FF) is known color: Magenta. HEX triplet: FD, 07 and FF. RGB value is (253,7,255). Sum of RGB (Red+Green+Blue) = 253+7+255=515 (68% of max value = 765). Red value is 253 (99.22% from 255 or 49.13% from 515); Green value is 7 (3.12% from 255 or 1.36% from 515); Blue value is 255 (100% from 255 or 49.51% from 515); Max value from RGB is 255 - color contains mainly: blue. Hex color #FD07FF is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FD07FF is #02F800. Grayscale: #6C6C6C. Windows color (decimal): -194561 or 16713725. OLE color: 16713725.

HSL color Cylindrical-coordinate representation of color #FD07FF: hue angle of 299.52º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #FD07FF is Cyan = 0.01, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 253 7 255 -
CMYK 0.01 0.97 0 0
HSL 299.52º 1% 0.51% -
HSV(B) 299.52º 0.97% 1% -
XYZ 58.63 28.25 96.97 -
YUV 108.83 210.5 230.83 -
System Red Green Blue C M Y K H S L
Decimal 253 7 255 0.01 0.97 0 0 299.52 1 0.51
Hex FD 7 FF 1 61 0 0 12C 64 33
Octal 375 7 377 1 141 0 0 454 144 63
Binary 11111101 111 11111111 1 1100001 0 0 100101100 1100100 110011

Color Harmonies of #FD07FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD07FF

Black with #FD07FF

Text Example


Text Example

White with #FD07FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD07FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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