Html Css Color HEX #FD09FA Magenta

📋 copy color: '#FD09FA'

red 253 ◦ green 9 ◦ blue 250

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

Shades of Magenta #FD09FA

Tints of Magenta #FD09FA

RGB

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

 GREEN value IS 9 (3.91% from 255) = 1.76%

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

R = 49.41%
G = 1.76%
B = 48.83%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.01

 K value IS 0.01

RGB Variations

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

Color information

#FD09FA (or 0xFD09FA) is known color: Magenta. HEX triplet: FD, 09 and FA. RGB value is (253,9,250). Sum of RGB (Red+Green+Blue) = 253+9+250=512 (67% of max value = 765). Red value is 253 (99.22% from 255 or 49.41% from 512); Green value is 9 (3.91% from 255 or 1.76% from 512); Blue value is 250 (98.05% from 255 or 48.83% from 512); Max value from RGB is 253 - color contains mainly: red. Hex color #FD09FA is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FD09FA is #02F605. Grayscale: #6C6C6C. Windows color (decimal): -194054 or 16386557. OLE color: 16386557.

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

Color convert

RGB 253 9 250 -
CMYK 0 0.96 0.01 0.01
HSL 300.74º 0.98% 0.51% -
HSV(B) 300.74º 0.96% 0.99% -
XYZ 57.86 27.98 92.79 -
YUV 109.43 207.34 230.4 -
System Red Green Blue C M Y K H S L
Decimal 253 9 250 0 0.96 0.01 0.01 300.74 0.98 0.51
Hex FD 9 FA 0 60 1 1 12D 62 33
Octal 375 11 372 0 140 1 1 455 142 63
Binary 11111101 1001 11111010 0 1100000 1 1 100101101 1100010 110011

Color Harmonies of #FD09FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD09FA

Black with #FD09FA

Text Example


Text Example

White with #FD09FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD09FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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