Html Css Color HEX #FA100F Red

📋 copy color: '#FA100F'

red 250 ◦ green 16 ◦ blue 15

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

Shades of Red #FA100F

Tints of Red #FA100F

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.69%

 BLUE value IS 15 (6.25% from 255) = 5.34%

R = 88.97%
G = 5.69%
B = 5.34%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.94

 K value IS 0.02

RGB Variations

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

Color information

#FA100F (or 0xFA100F) is known color: Red. HEX triplet: FA, 10 and 0F. RGB value is (250,16,15). Sum of RGB (Red+Green+Blue) = 250+16+15=281 (37% of max value = 765). Red value is 250 (98.05% from 255 or 88.97% from 281); Green value is 16 (6.64% from 255 or 5.69% from 281); Blue value is 15 (6.25% from 255 or 5.34% from 281); Max value from RGB is 250 - color contains mainly: red. Hex color #FA100F is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FA100F is #05EFF0. Grayscale: #565656. Windows color (decimal): -389105 or 987386. OLE color: 987386.

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

Color convert

RGB 250 16 15 -
CMYK 0 0.94 0.94 0.02
HSL 0.26º 0.96% 0.52% -
HSV(B) 0.26º 0.94% 0.98% -
XYZ 39.7 20.73 2.36 -
YUV 85.85 88.02 245.08 -
System Red Green Blue C M Y K H S L
Decimal 250 16 15 0 0.94 0.94 0.02 0.26 0.96 0.52
Hex FA 10 F 0 5E 5E 2 0 60 34
Octal 372 20 17 0 136 136 2 0 140 64
Binary 11111010 10000 1111 0 1011110 1011110 10 0 1100000 110100

Color Harmonies of #FA100F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA100F

Black with #FA100F

Text Example


Text Example

White with #FA100F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA100F; }

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

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

background-color css

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

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

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

border-color css

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

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

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