Html Css Color HEX #FA0CEB Magenta

📋 copy color: '#FA0CEB'

red 250 ◦ green 12 ◦ blue 235

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

Shades of Magenta #FA0CEB

Tints of Magenta #FA0CEB

RGB

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

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

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

R = 50.3%
G = 2.41%
B = 47.28%

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

#FA0CEB (or 0xFA0CEB) is known color: Magenta. HEX triplet: FA, 0C and EB. RGB value is (250,12,235). Sum of RGB (Red+Green+Blue) = 250+12+235=497 (65% of max value = 765). Red value is 250 (98.05% from 255 or 50.30% from 497); Green value is 12 (5.08% from 255 or 2.41% from 497); Blue value is 235 (92.19% from 255 or 47.28% from 497); Max value from RGB is 250 - color contains mainly: red. Hex color #FA0CEB is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FA0CEB is #05F314. Grayscale: #6B6B6B. Windows color (decimal): -389909 or 15404282. OLE color: 15404282.

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

Color convert

RGB 250 12 235 -
CMYK 0 0.95 0.06 0.02
HSL 303.78º 0.96% 0.51% -
HSV(B) 303.78º 0.95% 0.98% -
XYZ 54.55 26.59 80.85 -
YUV 108.58 199.35 228.87 -
System Red Green Blue C M Y K H S L
Decimal 250 12 235 0 0.95 0.06 0.02 303.78 0.96 0.51
Hex FA C EB 0 5F 6 2 130 60 33
Octal 372 14 353 0 137 6 2 460 140 63
Binary 11111010 1100 11101011 0 1011111 110 10 100110000 1100000 110011

Color Harmonies of #FA0CEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA0CEB

Black with #FA0CEB

Text Example


Text Example

White with #FA0CEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA0CEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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