Html Css Color HEX #FA0DFD Magenta

📋 copy color: '#FA0DFD'

red 250 ◦ green 13 ◦ blue 253

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

Shades of Magenta #FA0DFD

Tints of Magenta #FA0DFD

RGB

 RED value IS 250 (98.05% from 255) = 48.45%

 GREEN value IS 13 (5.47% from 255) = 2.52%

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

R = 48.45%
G = 2.52%
B = 49.03%

CMYK

 C value IS 0.01

 M value IS 0.95

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#FA0DFD (or 0xFA0DFD) is known color: Magenta. HEX triplet: FA, 0D and FD. RGB value is (250,13,253). Sum of RGB (Red+Green+Blue) = 250+13+253=516 (68% of max value = 765). Red value is 250 (98.05% from 255 or 48.45% from 516); Green value is 13 (5.47% from 255 or 2.52% from 516); Blue value is 253 (99.22% from 255 or 49.03% from 516); Max value from RGB is 253 - color contains mainly: blue. Hex color #FA0DFD is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FA0DFD is #05F202. Grayscale: #6E6E6E. Windows color (decimal): -389635 or 16584186. OLE color: 16584186.

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

Color convert

RGB 250 13 253 -
CMYK 0.01 0.95 0 0.01
HSL 299.25º 0.98% 0.52% -
HSV(B) 299.25º 0.95% 0.99% -
XYZ 57.3 27.7 95.26 -
YUV 111.22 208.02 226.99 -
System Red Green Blue C M Y K H S L
Decimal 250 13 253 0.01 0.95 0 0.01 299.25 0.98 0.52
Hex FA D FD 1 5F 0 1 12B 62 34
Octal 372 15 375 1 137 0 1 453 142 64
Binary 11111010 1101 11111101 1 1011111 0 1 100101011 1100010 110100

Color Harmonies of #FA0DFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA0DFD

Black with #FA0DFD

Text Example


Text Example

White with #FA0DFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA0DFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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