Html Css Color HEX #FD07F0 Magenta

📋 copy color: '#FD07F0'

red 253 ◦ green 7 ◦ blue 240

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

Shades of Magenta #FD07F0

Tints of Magenta #FD07F0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 48%

R = 50.6%
G = 1.4%
B = 48%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.05

 K value IS 0.01

RGB Variations

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

Color information

#FD07F0 (or 0xFD07F0) is known color: Magenta. HEX triplet: FD, 07 and F0. RGB value is (253,7,240). Sum of RGB (Red+Green+Blue) = 253+7+240=500 (66% of max value = 765). Red value is 253 (99.22% from 255 or 50.6% from 500); Green value is 7 (3.12% from 255 or 1.4% from 500); Blue value is 240 (94.14% from 255 or 48% from 500); Max value from RGB is 253 - color contains mainly: red. Hex color #FD07F0 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FD07F0 is #02F80F. Grayscale: #6A6A6A. Windows color (decimal): -194576 or 15730685. OLE color: 15730685.

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

Color convert

RGB 253 7 240 -
CMYK 0 0.97 0.05 0.01
HSL 303.17º 0.98% 0.51% -
HSV(B) 303.17º 0.97% 0.99% -
XYZ 56.31 27.33 84.74 -
YUV 107.12 203 232.05 -
System Red Green Blue C M Y K H S L
Decimal 253 7 240 0 0.97 0.05 0.01 303.17 0.98 0.51
Hex FD 7 F0 0 61 5 1 12F 62 33
Octal 375 7 360 0 141 5 1 457 142 63
Binary 11111101 111 11110000 0 1100001 101 1 100101111 1100010 110011

Color Harmonies of #FD07F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD07F0

Black with #FD07F0

Text Example


Text Example

White with #FD07F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD07F0; }

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

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

background-color css

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

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

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

border-color css

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

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

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