Html Css Color HEX #F10500 Red

📋 copy color: '#F10500'

red 241 ◦ green 5 ◦ blue 0

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

Shades of Red #F10500

Tints of Red #F10500

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.03%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 97.97%
G = 2.03%
B = 0%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 1

 K value IS 0.05

RGB Variations

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

Color information

#F10500 (or 0xF10500) is known color: Red. HEX triplet: F1, 05 and 00. RGB value is (241,5,0). Sum of RGB (Red+Green+Blue) = 241+5+0=246 (32% of max value = 765). Red value is 241 (94.53% from 255 or 97.97% from 246); Green value is 5 (2.34% from 255 or 2.03% from 246); Blue value is 0 (0.39% from 255 or 0% from 246); Max value from RGB is 241 - color contains mainly: red. Hex color #F10500 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F10500 is #0EFAFF. Grayscale: #4B4B4B. Windows color (decimal): -981760 or 1521. OLE color: 1521.

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

Color convert

RGB 241 5 0 -
CMYK 0 0.98 1 0.05
HSL 1.24º 1% 0.47% -
HSV(B) 1.24º 1% 0.95% -
XYZ 36.33 18.81 1.72 -
YUV 74.99 85.69 246.41 -
System Red Green Blue C M Y K H S L
Decimal 241 5 0 0 0.98 1 0.05 1.24 1 0.47
Hex F1 5 0 0 62 64 5 1 64 2F
Octal 361 5 0 0 142 144 5 1 144 57
Binary 11110001 101 0 0 1100010 1100100 101 1 1100100 101111

Color Harmonies of #F10500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F10500

Black with #F10500

Text Example


Text Example

White with #F10500

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F10500; }

 p { color: rgb(241,5,0); }

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

background-color css

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

 a { background-color: rgb(241,5,0); }

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

border-color css

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

 span { border-color: rgb(241,5,0); }

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