Html Css Color HEX #FA0CE6 Magenta

📋 copy color: '#FA0CE6'

red 250 ◦ green 12 ◦ blue 230

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

Shades of Magenta #FA0CE6

Tints of Magenta #FA0CE6

RGB

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

 GREEN value IS 12 (5.08% from 255) = 2.44%

 BLUE value IS 230 (90.23% from 255) = 46.75%

R = 50.81%
G = 2.44%
B = 46.75%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.08

 K value IS 0.02

RGB Variations

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

Color information

#FA0CE6 (or 0xFA0CE6) is known color: Magenta. HEX triplet: FA, 0C and E6. RGB value is (250,12,230). Sum of RGB (Red+Green+Blue) = 250+12+230=492 (65% of max value = 765). Red value is 250 (98.05% from 255 or 50.81% from 492); Green value is 12 (5.08% from 255 or 2.44% from 492); Blue value is 230 (90.23% from 255 or 46.75% from 492); Max value from RGB is 250 - color contains mainly: red. Hex color #FA0CE6 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FA0CE6 is #05F319. Grayscale: #6B6B6B. Windows color (decimal): -389914 or 15076602. OLE color: 15076602.

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

Color convert

RGB 250 12 230 -
CMYK 0 0.95 0.08 0.02
HSL 305.04º 0.96% 0.51% -
HSV(B) 305.04º 0.95% 0.98% -
XYZ 53.84 26.3 77.1 -
YUV 108.01 196.85 229.27 -
System Red Green Blue C M Y K H S L
Decimal 250 12 230 0 0.95 0.08 0.02 305.04 0.96 0.51
Hex FA C E6 0 5F 8 2 131 60 33
Octal 372 14 346 0 137 10 2 461 140 63
Binary 11111010 1100 11100110 0 1011111 1000 10 100110001 1100000 110011

Color Harmonies of #FA0CE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA0CE6

Black with #FA0CE6

Text Example


Text Example

White with #FA0CE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA0CE6; }

 p { color: rgb(250,12,230); }

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

background-color css

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

 a { background-color: rgb(250,12,230); }

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

border-color css

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

 span { border-color: rgb(250,12,230); }

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