Html Css Color HEX #FA0D05 Red

📋 copy color: '#FA0D05'

red 250 ◦ green 13 ◦ blue 5

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

Shades of Red #FA0D05

Tints of Red #FA0D05

RGB

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

 GREEN value IS 13 (5.47% from 255) = 4.85%

 BLUE value IS 5 (2.34% from 255) = 1.87%

R = 93.28%
G = 4.85%
B = 1.87%

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

#FA0D05 (or 0xFA0D05) is known color: Red. HEX triplet: FA, 0D and 05. RGB value is (250,13,5). Sum of RGB (Red+Green+Blue) = 250+13+5=268 (35% of max value = 765). Red value is 250 (98.05% from 255 or 93.28% from 268); Green value is 13 (5.47% from 255 or 4.85% from 268); Blue value is 5 (2.34% from 255 or 1.87% from 268); Max value from RGB is 250 - color contains mainly: red. Hex color #FA0D05 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FA0D05 is #05F2FA. Grayscale: #535353. Windows color (decimal): -389883 or 331258. OLE color: 331258.

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

Color convert

RGB 250 13 5 -
CMYK 0 0.95 0.98 0.02
HSL 1.96º 0.96% 0.5% -
HSV(B) 1.96º 0.98% 0.98% -
XYZ 39.6 20.62 2.04 -
YUV 82.95 84.02 247.15 -
System Red Green Blue C M Y K H S L
Decimal 250 13 5 0 0.95 0.98 0.02 1.96 0.96 0.5
Hex FA D 5 0 5F 62 2 2 60 32
Octal 372 15 5 0 137 142 2 2 140 62
Binary 11111010 1101 101 0 1011111 1100010 10 10 1100000 110010

Color Harmonies of #FA0D05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA0D05

Black with #FA0D05

Text Example


Text Example

White with #FA0D05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA0D05; }

 p { color: rgb(250,13,5); }

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

background-color css

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

 a { background-color: rgb(250,13,5); }

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

border-color css

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

 span { border-color: rgb(250,13,5); }

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