Html Css Color HEX #FA1010 Red

📋 copy color: '#FA1010'

red 250 ◦ green 16 ◦ blue 16

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

Shades of Red #FA1010

Tints of Red #FA1010

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 5.67%

R = 88.65%
G = 5.67%
B = 5.67%

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

#FA1010 (or 0xFA1010) is known color: Red. HEX triplet: FA, 10 and 10. RGB value is (250,16,16). Sum of RGB (Red+Green+Blue) = 250+16+16=282 (37% of max value = 765). Red value is 250 (98.05% from 255 or 88.65% from 282); Green value is 16 (6.64% from 255 or 5.67% from 282); Blue value is 16 (6.64% from 255 or 5.67% from 282); Max value from RGB is 250 - color contains mainly: red. Hex color #FA1010 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FA1010 is #05EFEF. Grayscale: #565656. Windows color (decimal): -389104 or 1052922. OLE color: 1052922.

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

Color convert

RGB 250 16 16 -
CMYK 0 0.94 0.94 0.02
HSL 0.96% 0.52% -
HSV(B) 0.94% 0.98% -
XYZ 39.7 20.73 2.4 -
YUV 85.97 88.52 245 -
System Red Green Blue C M Y K H S L
Decimal 250 16 16 0 0.94 0.94 0.02 0 0.96 0.52
Hex FA 10 10 0 5E 5E 2 0 60 34
Octal 372 20 20 0 136 136 2 0 140 64
Binary 11111010 10000 10000 0 1011110 1011110 10 0 1100000 110100

Color Harmonies of #FA1010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA1010

Black with #FA1010

Text Example


Text Example

White with #FA1010

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA1010; }

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

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

background-color css

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

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

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

border-color css

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

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

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