#FA0C03

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

Shades of Red #FA0C03

Tints of Red #FA0C03

Color information

#FA0C03 (or 0xFA0C03) is unknown color: approx Red. HEX triplet: FA, 0C and 03. RGB value is (250,12,3). Sum of RGB (Red+Green+Blue) = 250+12+3=265 (35% of max value = 765). Red value is 250 (98.05% from 255 or 94.34% from 265); Green value is 12 (5.08% from 255 or 4.53% from 265); Blue value is 3 (1.56% from 255 or 1.13% from 265); Max value from RGB is 250 - color contains mainly: red. Hex color #FA0C03 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FA0C03 is #05F3FC. Grayscale: #525252. Windows color (decimal): -390141 or 199930. OLE color: 199930.

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

Color convert

RGB250123-
CMYK00.950.990.02
HSL2.19º97.63%49.61%-
HSV(B)2.19º98.8%98.04%-
XYZ39.5720.591.98-
YUV82.1483.35247.73-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 94.34%
GREEN value IS 12 (5.08% from 255) = 4.53%
BLUE value IS 3 (1.56% from 255) = 1.13%
R=94.34%
G=4.53%
B=1.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.99
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25012300.950.990.022.1997.6349.61
HexFAC305F63226232
Octal37214301371432214262
Binary1111101011001101011111110001110101100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA0C03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA0C03; }

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

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

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

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

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

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

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

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