Html Css Color HEX #FA0BE4 Hot Magenta

📋 copy color: '#FA0BE4'

red 250 ◦ green 11 ◦ blue 228

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

Shades of Hot Magenta #FA0BE4

Tints of Hot Magenta #FA0BE4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 46.63%

R = 51.12%
G = 2.25%
B = 46.63%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.09

 K value IS 0.02

RGB Variations

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

Color information

#FA0BE4 (or 0xFA0BE4) is known color: Hot Magenta. HEX triplet: FA, 0B and E4. RGB value is (250,11,228). Sum of RGB (Red+Green+Blue) = 250+11+228=489 (64% of max value = 765). Red value is 250 (98.05% from 255 or 51.12% from 489); Green value is 11 (4.69% from 255 or 2.25% from 489); Blue value is 228 (89.45% from 255 or 46.63% from 489); Max value from RGB is 250 - color contains mainly: red. Hex color #FA0BE4 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FA0BE4 is #05F41B. Grayscale: #6A6A6A. Windows color (decimal): -390172 or 14945274. OLE color: 14945274.

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

Color convert

RGB 250 11 228 -
CMYK 0 0.96 0.09 0.02
HSL 305.52º 0.96% 0.51% -
HSV(B) 305.52º 0.96% 0.98% -
XYZ 53.55 26.16 75.63 -
YUV 107.2 196.18 229.86 -
System Red Green Blue C M Y K H S L
Decimal 250 11 228 0 0.96 0.09 0.02 305.52 0.96 0.51
Hex FA B E4 0 60 9 2 132 60 33
Octal 372 13 344 0 140 11 2 462 140 63
Binary 11111010 1011 11100100 0 1100000 1001 10 100110010 1100000 110011

Color Harmonies of #FA0BE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA0BE4

Black with #FA0BE4

Text Example


Text Example

White with #FA0BE4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA0BE4; }

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

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

background-color css

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

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

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

border-color css

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

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

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