Html Css Color HEX #FA0C04 Red

📋 copy color: '#FA0C04'

red 250 ◦ green 12 ◦ blue 4

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

Shades of Red #FA0C04

Tints of Red #FA0C04

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.5%

R = 93.98%
G = 4.51%
B = 1.5%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.98

 K value IS 0.02

RGB Variations

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

Color information

#FA0C04 (or 0xFA0C04) is known color: Red. HEX triplet: FA, 0C and 04. RGB value is (250,12,4). Sum of RGB (Red+Green+Blue) = 250+12+4=266 (35% of max value = 765). Red value is 250 (98.05% from 255 or 93.98% from 266); Green value is 12 (5.08% from 255 or 4.51% from 266); Blue value is 4 (1.95% from 255 or 1.50% from 266); Max value from RGB is 250 - color contains mainly: red. Hex color #FA0C04 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FA0C04 is #05F3FB. Grayscale: #525252. Windows color (decimal): -390140 or 265466. OLE color: 265466.

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

Color convert

RGB 250 12 4 -
CMYK 0 0.95 0.98 0.02
HSL 1.95º 0.97% 0.5% -
HSV(B) 1.95º 0.98% 0.98% -
XYZ 39.58 20.6 2 -
YUV 82.25 83.85 247.65 -
System Red Green Blue C M Y K H S L
Decimal 250 12 4 0 0.95 0.98 0.02 1.95 0.97 0.5
Hex FA C 4 0 5F 62 2 2 61 32
Octal 372 14 4 0 137 142 2 2 141 62
Binary 11111010 1100 100 0 1011111 1100010 10 10 1100001 110010

Color Harmonies of #FA0C04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA0C04

Black with #FA0C04

Text Example


Text Example

White with #FA0C04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA0C04; }

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

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

background-color css

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

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

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

border-color css

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

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

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