Html Css Color HEX #FA0DF0 Magenta

📋 copy color: '#FA0DF0'

red 250 ◦ green 13 ◦ blue 240

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

Shades of Magenta #FA0DF0

Tints of Magenta #FA0DF0

RGB

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

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

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

R = 49.7%
G = 2.58%
B = 47.71%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.04

 K value IS 0.02

RGB Variations

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

Color information

#FA0DF0 (or 0xFA0DF0) is known color: Magenta. HEX triplet: FA, 0D and F0. RGB value is (250,13,240). Sum of RGB (Red+Green+Blue) = 250+13+240=503 (66% of max value = 765). Red value is 250 (98.05% from 255 or 49.70% from 503); Green value is 13 (5.47% from 255 or 2.58% from 503); Blue value is 240 (94.14% from 255 or 47.71% from 503); Max value from RGB is 250 - color contains mainly: red. Hex color #FA0DF0 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FA0DF0 is #05F20F. Grayscale: #6D6D6D. Windows color (decimal): -389648 or 15732218. OLE color: 15732218.

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

Color convert

RGB 250 13 240 -
CMYK 0 0.95 0.04 0.02
HSL 302.53º 0.96% 0.52% -
HSV(B) 302.53º 0.95% 0.98% -
XYZ 55.3 26.9 84.72 -
YUV 109.74 201.52 228.04 -
System Red Green Blue C M Y K H S L
Decimal 250 13 240 0 0.95 0.04 0.02 302.53 0.96 0.52
Hex FA D F0 0 5F 4 2 12F 60 34
Octal 372 15 360 0 137 4 2 457 140 64
Binary 11111010 1101 11110000 0 1011111 100 10 100101111 1100000 110100

Color Harmonies of #FA0DF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA0DF0

Black with #FA0DF0

Text Example


Text Example

White with #FA0DF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA0DF0; }

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

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

background-color css

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

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

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

border-color css

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

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

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