Html Css Color HEX #FD15F0 Magenta

📋 copy color: '#FD15F0'

red 253 ◦ green 21 ◦ blue 240

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

Shades of Magenta #FD15F0

Tints of Magenta #FD15F0

RGB

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

 GREEN value IS 21 (8.59% from 255) = 4.09%

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

R = 49.22%
G = 4.09%
B = 46.69%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.05

 K value IS 0.01

RGB Variations

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

Color information

#FD15F0 (or 0xFD15F0) is known color: Magenta. HEX triplet: FD, 15 and F0. RGB value is (253,21,240). Sum of RGB (Red+Green+Blue) = 253+21+240=514 (68% of max value = 765). Red value is 253 (99.22% from 255 or 49.22% from 514); Green value is 21 (8.59% from 255 or 4.09% from 514); Blue value is 240 (94.14% from 255 or 46.69% from 514); Max value from RGB is 253 - color contains mainly: red. Hex color #FD15F0 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FD15F0 is #02EA0F. Grayscale: #727272. Windows color (decimal): -190992 or 15734269. OLE color: 15734269.

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

Color convert

RGB 253 21 240 -
CMYK 0 0.92 0.05 0.01
HSL 303.36º 0.98% 0.54% -
HSV(B) 303.36º 0.92% 0.99% -
XYZ 56.5 27.71 84.81 -
YUV 115.33 198.36 226.19 -
System Red Green Blue C M Y K H S L
Decimal 253 21 240 0 0.92 0.05 0.01 303.36 0.98 0.54
Hex FD 15 F0 0 5C 5 1 12F 62 36
Octal 375 25 360 0 134 5 1 457 142 66
Binary 11111101 10101 11110000 0 1011100 101 1 100101111 1100010 110110

Color Harmonies of #FD15F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD15F0

Black with #FD15F0

Text Example


Text Example

White with #FD15F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD15F0; }

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

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

background-color css

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

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

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

border-color css

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

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

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