Html Css Color HEX #FA0BE0 Hot Magenta

📋 copy color: '#FA0BE0'

red 250 ◦ green 11 ◦ blue 224

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

Shades of Hot Magenta #FA0BE0

Tints of Hot Magenta #FA0BE0

RGB

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

 GREEN value IS 11 (4.69% from 255) = 2.27%

 BLUE value IS 224 (87.89% from 255) = 46.19%

R = 51.55%
G = 2.27%
B = 46.19%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.10

 K value IS 0.02

RGB Variations

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

Color information

#FA0BE0 (or 0xFA0BE0) is known color: Hot Magenta. HEX triplet: FA, 0B and E0. RGB value is (250,11,224). Sum of RGB (Red+Green+Blue) = 250+11+224=485 (64% of max value = 765). Red value is 250 (98.05% from 255 or 51.55% from 485); Green value is 11 (4.69% from 255 or 2.27% from 485); Blue value is 224 (87.89% from 255 or 46.19% from 485); Max value from RGB is 250 - color contains mainly: red. Hex color #FA0BE0 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FA0BE0 is #05F41F. Grayscale: #6A6A6A. Windows color (decimal): -390176 or 14683130. OLE color: 14683130.

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

Color convert

RGB 250 11 224 -
CMYK 0 0.96 0.10 0.02
HSL 306.53º 0.96% 0.51% -
HSV(B) 306.53º 0.96% 0.98% -
XYZ 53 25.95 72.74 -
YUV 106.74 194.18 230.18 -
System Red Green Blue C M Y K H S L
Decimal 250 11 224 0 0.96 0.10 0.02 306.53 0.96 0.51
Hex FA B E0 0 60 A 2 133 60 33
Octal 372 13 340 0 140 12 2 463 140 63
Binary 11111010 1011 11100000 0 1100000 1010 10 100110011 1100000 110011

Color Harmonies of #FA0BE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA0BE0

Black with #FA0BE0

Text Example


Text Example

White with #FA0BE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA0BE0; }

 p { color: rgb(250,11,224); }

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

background-color css

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

 a { background-color: rgb(250,11,224); }

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

border-color css

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

 span { border-color: rgb(250,11,224); }

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