Html Css Color HEX #FD0FFA Magenta

📋 copy color: '#FD0FFA'

red 253 ◦ green 15 ◦ blue 250

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

Shades of Magenta #FD0FFA

Tints of Magenta #FD0FFA

RGB

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

 GREEN value IS 15 (6.25% from 255) = 2.9%

 BLUE value IS 250 (98.05% from 255) = 48.26%

R = 48.84%
G = 2.9%
B = 48.26%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.01

 K value IS 0.01

RGB Variations

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

Color information

#FD0FFA (or 0xFD0FFA) is known color: Magenta. HEX triplet: FD, 0F and FA. RGB value is (253,15,250). Sum of RGB (Red+Green+Blue) = 253+15+250=518 (68% of max value = 765). Red value is 253 (99.22% from 255 or 48.84% from 518); Green value is 15 (6.25% from 255 or 2.90% from 518); Blue value is 250 (98.05% from 255 or 48.26% from 518); Max value from RGB is 253 - color contains mainly: red. Hex color #FD0FFA is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FD0FFA is #02F005. Grayscale: #707070. Windows color (decimal): -192518 or 16388093. OLE color: 16388093.

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

Color convert

RGB 253 15 250 -
CMYK 0 0.94 0.01 0.01
HSL 300.76º 0.98% 0.53% -
HSV(B) 300.76º 0.94% 0.99% -
XYZ 57.93 28.13 92.82 -
YUV 112.95 205.35 227.89 -
System Red Green Blue C M Y K H S L
Decimal 253 15 250 0 0.94 0.01 0.01 300.76 0.98 0.53
Hex FD F FA 0 5E 1 1 12D 62 35
Octal 375 17 372 0 136 1 1 455 142 65
Binary 11111101 1111 11111010 0 1011110 1 1 100101101 1100010 110101

Color Harmonies of #FD0FFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD0FFA

Black with #FD0FFA

Text Example


Text Example

White with #FD0FFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD0FFA; }

 p { color: rgb(253,15,250); }

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

background-color css

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

 a { background-color: rgb(253,15,250); }

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

border-color css

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

 span { border-color: rgb(253,15,250); }

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