Html Css Color HEX #FA0F05 Red

📋 copy color: '#FA0F05'

red 250 ◦ green 15 ◦ blue 5

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

Shades of Red #FA0F05

Tints of Red #FA0F05

RGB

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

 GREEN value IS 15 (6.25% from 255) = 5.56%

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

R = 92.59%
G = 5.56%
B = 1.85%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.98

 K value IS 0.02

RGB Variations

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

Color information

#FA0F05 (or 0xFA0F05) is known color: Red. HEX triplet: FA, 0F and 05. RGB value is (250,15,5). Sum of RGB (Red+Green+Blue) = 250+15+5=270 (35% of max value = 765). Red value is 250 (98.05% from 255 or 92.59% from 270); Green value is 15 (6.25% from 255 or 5.56% from 270); Blue value is 5 (2.34% from 255 or 1.85% from 270); Max value from RGB is 250 - color contains mainly: red. Hex color #FA0F05 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FA0F05 is #05F0FA. Grayscale: #545454. Windows color (decimal): -389371 or 331770. OLE color: 331770.

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

Color convert

RGB 250 15 5 -
CMYK 0 0.94 0.98 0.02
HSL 2.45º 0.96% 0.5% -
HSV(B) 2.45º 0.98% 0.98% -
XYZ 39.62 20.68 2.05 -
YUV 84.13 83.36 246.31 -
System Red Green Blue C M Y K H S L
Decimal 250 15 5 0 0.94 0.98 0.02 2.45 0.96 0.5
Hex FA F 5 0 5E 62 2 2 60 32
Octal 372 17 5 0 136 142 2 2 140 62
Binary 11111010 1111 101 0 1011110 1100010 10 10 1100000 110010

Color Harmonies of #FA0F05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA0F05

Black with #FA0F05

Text Example


Text Example

White with #FA0F05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA0F05; }

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

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

background-color css

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

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

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

border-color css

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

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

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