Html Css Color HEX #F10601 Red

📋 copy color: '#F10601'

red 241 ◦ green 6 ◦ blue 1

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

Shades of Red #F10601

Tints of Red #F10601

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.42%

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

R = 97.18%
G = 2.42%
B = 0.4%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 1.00

 K value IS 0.05

RGB Variations

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

Color information

#F10601 (or 0xF10601) is known color: Red. HEX triplet: F1, 06 and 01. RGB value is (241,6,1). Sum of RGB (Red+Green+Blue) = 241+6+1=248 (32% of max value = 765). Red value is 241 (94.53% from 255 or 97.18% from 248); Green value is 6 (2.73% from 255 or 2.42% from 248); Blue value is 1 (0.78% from 255 or 0.40% from 248); Max value from RGB is 241 - color contains mainly: red. Hex color #F10601 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F10601 is #0EF9FE. Grayscale: #4B4B4B. Windows color (decimal): -981503 or 67313. OLE color: 67313.

HSL color Cylindrical-coordinate representation of color #F10601: hue angle of 1.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 #F10601 is Cyan = 0, Magento = 0.98, Yellow = 1.00 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 6 1 -
CMYK 0 0.98 1.00 0.05
HSL 1.25º 0.99% 0.47% -
HSV(B) 1.25º 1% 0.95% -
XYZ 36.35 18.83 1.75 -
YUV 75.7 85.86 245.91 -
System Red Green Blue C M Y K H S L
Decimal 241 6 1 0 0.98 1.00 0.05 1.25 0.99 0.47
Hex F1 6 1 0 62 64 5 1 63 2F
Octal 361 6 1 0 142 144 5 1 143 57
Binary 11110001 110 1 0 1100010 1100100 101 1 1100011 101111

Color Harmonies of #F10601

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F10601

Black with #F10601

Text Example


Text Example

White with #F10601

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F10601; }

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

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

background-color css

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

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

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

border-color css

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

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

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