Html Css Color HEX #F10A07 Red

📋 copy color: '#F10A07'

red 241 ◦ green 10 ◦ blue 7

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

Shades of Red #F10A07

Tints of Red #F10A07

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 2.71%

R = 93.41%
G = 3.88%
B = 2.71%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.97

 K value IS 0.05

RGB Variations

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

Color information

#F10A07 (or 0xF10A07) is known color: Red. HEX triplet: F1, 0A and 07. RGB value is (241,10,7). Sum of RGB (Red+Green+Blue) = 241+10+7=258 (34% of max value = 765). Red value is 241 (94.53% from 255 or 93.41% from 258); Green value is 10 (4.30% from 255 or 3.88% from 258); Blue value is 7 (3.12% from 255 or 2.71% from 258); Max value from RGB is 241 - color contains mainly: red. Hex color #F10A07 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F10A07 is #0EF5F8. Grayscale: #4E4E4E. Windows color (decimal): -980473 or 461553. OLE color: 461553.

HSL color Cylindrical-coordinate representation of color #F10A07: hue angle of 0.77º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F10A07 is Cyan = 0, Magento = 0.96, Yellow = 0.97 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 10 7 -
CMYK 0 0.96 0.97 0.05
HSL 0.77º 0.94% 0.49% -
HSV(B) 0.77º 0.97% 0.95% -
XYZ 36.42 18.93 1.94 -
YUV 78.73 87.53 243.74 -
System Red Green Blue C M Y K H S L
Decimal 241 10 7 0 0.96 0.97 0.05 0.77 0.94 0.49
Hex F1 A 7 0 60 61 5 1 5E 31
Octal 361 12 7 0 140 141 5 1 136 61
Binary 11110001 1010 111 0 1100000 1100001 101 1 1011110 110001

Color Harmonies of #F10A07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F10A07

Black with #F10A07

Text Example


Text Example

White with #F10A07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F10A07; }

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

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

background-color css

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

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

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

border-color css

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

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

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