Html Css Color HEX #F10A01 Red

📋 copy color: '#F10A01'

red 241 ◦ green 10 ◦ blue 1

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

Shades of Red #F10A01

Tints of Red #F10A01

RGB

 RED value IS 241 (94.53% from 255) = 95.63%

 GREEN value IS 10 (4.3% from 255) = 3.97%

 BLUE value IS 1 (0.78% from 255) = 0.4%

R = 95.63%
G = 3.97%
B = 0.4%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 1.00

 K value IS 0.05

RGB Variations

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

Color information

#F10A01 (or 0xF10A01) is known color: Red. HEX triplet: F1, 0A and 01. RGB value is (241,10,1). Sum of RGB (Red+Green+Blue) = 241+10+1=252 (33% of max value = 765). Red value is 241 (94.53% from 255 or 95.63% from 252); Green value is 10 (4.30% from 255 or 3.97% from 252); Blue value is 1 (0.78% from 255 or 0.40% from 252); Max value from RGB is 241 - color contains mainly: red. Hex color #F10A01 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F10A01 is #0EF5FE. Grayscale: #4E4E4E. Windows color (decimal): -980479 or 68337. OLE color: 68337.

HSL color Cylindrical-coordinate representation of color #F10A01: hue angle of 2.25º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F10A01 is Cyan = 0, Magento = 0.96, Yellow = 1.00 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 10 1 -
CMYK 0 0.96 1.00 0.05
HSL 2.25º 0.99% 0.47% -
HSV(B) 2.25º 1% 0.95% -
XYZ 36.39 18.92 1.76 -
YUV 78.04 84.53 244.23 -
System Red Green Blue C M Y K H S L
Decimal 241 10 1 0 0.96 1.00 0.05 2.25 0.99 0.47
Hex F1 A 1 0 60 64 5 2 63 2F
Octal 361 12 1 0 140 144 5 2 143 57
Binary 11110001 1010 1 0 1100000 1100100 101 10 1100011 101111

Color Harmonies of #F10A01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F10A01

Black with #F10A01

Text Example


Text Example

White with #F10A01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F10A01; }

 p { color: rgb(241,10,1); }

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

background-color css

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

 a { background-color: rgb(241,10,1); }

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

border-color css

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

 span { border-color: rgb(241,10,1); }

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