#FA0BFC

Color #FA0BFC Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Magenta #FA0BFC

Tints of Magenta #FA0BFC

Color information

#FA0BFC (or 0xFA0BFC) is unknown color: approx Magenta. HEX triplet: FA, 0B and FC. RGB value is (250,11,252). Sum of RGB (Red+Green+Blue) = 250+11+252=513 (67% of max value = 765). Red value is 250 (98.05% from 255 or 48.73% from 513); Green value is 11 (4.69% from 255 or 2.14% from 513); Blue value is 252 (98.83% from 255 or 49.12% from 513); Max value from RGB is 252 - color contains mainly: blue. Hex color #FA0BFC is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FA0BFC is #05F403. Grayscale: #6D6D6D. Windows color (decimal): -390148 or 16518138. OLE color: 16518138.

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

Color convert

RGB25011252-
CMYK0.010.9600.01
HSL299.5º97.57%51.57%-
HSV(B)299.5º95.63%98.82%-
XYZ57.1127.5994.41-
YUV109.94208.18227.9-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 48.73%
GREEN value IS 11 (4.69% from 255) = 2.14%
BLUE value IS 252 (98.83% from 255) = 49.12%
R=48.73%
G=2.14%
B=49.12%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal250112520.010.9600.01299.597.5751.57
HexFABFC1600112c6234
Octal3721337411400145414264
Binary1111101010111111110011100000011001011001100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA0BFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA0BFC; }

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

 H1.HeaderClassName
 {
   color: #FA0BFC;
 }
 .AnyTagClassName
 {
   color: #FA0BFC;
 }
</style>
background-color css

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

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

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

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

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

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