Html Css Color HEX #FA0DEB Magenta

📋 copy color: '#FA0DEB'

red 250 ◦ green 13 ◦ blue 235

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

Shades of Magenta #FA0DEB

Tints of Magenta #FA0DEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 47.19%

R = 50.2%
G = 2.61%
B = 47.19%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.06

 K value IS 0.02

RGB Variations

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

Color information

#FA0DEB (or 0xFA0DEB) is known color: Magenta. HEX triplet: FA, 0D and EB. RGB value is (250,13,235). Sum of RGB (Red+Green+Blue) = 250+13+235=498 (65% of max value = 765). Red value is 250 (98.05% from 255 or 50.20% from 498); Green value is 13 (5.47% from 255 or 2.61% from 498); Blue value is 235 (92.19% from 255 or 47.19% from 498); Max value from RGB is 250 - color contains mainly: red. Hex color #FA0DEB is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FA0DEB is #05F214. Grayscale: #6C6C6C. Windows color (decimal): -389653 or 15404538. OLE color: 15404538.

HSL color Cylindrical-coordinate representation of color #FA0DEB: hue angle of 303.8º 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 #FA0DEB is Cyan = 0, Magento = 0.95, Yellow = 0.06 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 13 235 -
CMYK 0 0.95 0.06 0.02
HSL 303.8º 0.96% 0.52% -
HSV(B) 303.8º 0.95% 0.98% -
XYZ 54.56 26.61 80.86 -
YUV 109.17 199.02 228.45 -
System Red Green Blue C M Y K H S L
Decimal 250 13 235 0 0.95 0.06 0.02 303.8 0.96 0.52
Hex FA D EB 0 5F 6 2 130 60 34
Octal 372 15 353 0 137 6 2 460 140 64
Binary 11111010 1101 11101011 0 1011111 110 10 100110000 1100000 110100

Color Harmonies of #FA0DEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA0DEB

Black with #FA0DEB

Text Example


Text Example

White with #FA0DEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA0DEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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