Html Css Color HEX #FD02F0 Magenta

📋 copy color: '#FD02F0'

red 253 ◦ green 2 ◦ blue 240

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

Shades of Magenta #FD02F0

Tints of Magenta #FD02F0

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.4%

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

R = 51.11%
G = 0.4%
B = 48.48%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.05

 K value IS 0.01

RGB Variations

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

Color information

#FD02F0 (or 0xFD02F0) is known color: Magenta. HEX triplet: FD, 02 and F0. RGB value is (253,2,240). Sum of RGB (Red+Green+Blue) = 253+2+240=495 (65% of max value = 765). Red value is 253 (99.22% from 255 or 51.11% from 495); Green value is 2 (1.17% from 255 or 0.40% from 495); Blue value is 240 (94.14% from 255 or 48.48% from 495); Max value from RGB is 253 - color contains mainly: red. Hex color #FD02F0 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FD02F0 is #02FD0F. Grayscale: #676767. Windows color (decimal): -195856 or 15729405. OLE color: 15729405.

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

Color convert

RGB 253 2 240 -
CMYK 0 0.99 0.05 0.01
HSL 303.11º 0.98% 0.5% -
HSV(B) 303.11º 0.99% 0.99% -
XYZ 56.26 27.22 84.73 -
YUV 104.18 204.66 234.15 -
System Red Green Blue C M Y K H S L
Decimal 253 2 240 0 0.99 0.05 0.01 303.11 0.98 0.5
Hex FD 2 F0 0 63 5 1 12F 62 32
Octal 375 2 360 0 143 5 1 457 142 62
Binary 11111101 10 11110000 0 1100011 101 1 100101111 1100010 110010

Color Harmonies of #FD02F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD02F0

Black with #FD02F0

Text Example


Text Example

White with #FD02F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD02F0; }

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

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

background-color css

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

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

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

border-color css

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

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

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