Html Css Color HEX #FD15F2 Magenta

📋 copy color: '#FD15F2'

red 253 ◦ green 21 ◦ blue 242

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

Shades of Magenta #FD15F2

Tints of Magenta #FD15F2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 46.9%

R = 49.03%
G = 4.07%
B = 46.9%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.04

 K value IS 0.01

RGB Variations

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

Color information

#FD15F2 (or 0xFD15F2) is known color: Magenta. HEX triplet: FD, 15 and F2. RGB value is (253,21,242). Sum of RGB (Red+Green+Blue) = 253+21+242=516 (68% of max value = 765). Red value is 253 (99.22% from 255 or 49.03% from 516); Green value is 21 (8.59% from 255 or 4.07% from 516); Blue value is 242 (94.92% from 255 or 46.90% from 516); Max value from RGB is 253 - color contains mainly: red. Hex color #FD15F2 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FD15F2 is #02EA0D. Grayscale: #727272. Windows color (decimal): -190990 or 15865341. OLE color: 15865341.

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

Color convert

RGB 253 21 242 -
CMYK 0 0.92 0.04 0.01
HSL 302.84º 0.98% 0.54% -
HSV(B) 302.84º 0.92% 0.99% -
XYZ 56.8 27.83 86.38 -
YUV 115.56 199.36 226.03 -
System Red Green Blue C M Y K H S L
Decimal 253 21 242 0 0.92 0.04 0.01 302.84 0.98 0.54
Hex FD 15 F2 0 5C 4 1 12F 62 36
Octal 375 25 362 0 134 4 1 457 142 66
Binary 11111101 10101 11110010 0 1011100 100 1 100101111 1100010 110110

Color Harmonies of #FD15F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD15F2

Black with #FD15F2

Text Example


Text Example

White with #FD15F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD15F2; }

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

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

background-color css

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

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

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

border-color css

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

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

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