Html Css Color HEX #F10C01 Red

📋 copy color: '#F10C01'

red 241 ◦ green 12 ◦ blue 1

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

Shades of Red #F10C01

Tints of Red #F10C01

RGB

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

 GREEN value IS 12 (5.08% from 255) = 4.72%

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

R = 94.88%
G = 4.72%
B = 0.39%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 1.00

 K value IS 0.05

RGB Variations

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

Color information

#F10C01 (or 0xF10C01) is known color: Red. HEX triplet: F1, 0C and 01. RGB value is (241,12,1). Sum of RGB (Red+Green+Blue) = 241+12+1=254 (33% of max value = 765). Red value is 241 (94.53% from 255 or 94.88% from 254); Green value is 12 (5.08% from 255 or 4.72% from 254); Blue value is 1 (0.78% from 255 or 0.39% from 254); Max value from RGB is 241 - color contains mainly: red. Hex color #F10C01 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F10C01 is #0EF3FE. Grayscale: #4F4F4F. Windows color (decimal): -979967 or 68849. OLE color: 68849.

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

Color convert

RGB 241 12 1 -
CMYK 0 0.95 1.00 0.05
HSL 2.75º 0.99% 0.47% -
HSV(B) 2.75º 1% 0.95% -
XYZ 36.41 18.97 1.77 -
YUV 79.22 83.87 243.39 -
System Red Green Blue C M Y K H S L
Decimal 241 12 1 0 0.95 1.00 0.05 2.75 0.99 0.47
Hex F1 C 1 0 5F 64 5 3 63 2F
Octal 361 14 1 0 137 144 5 3 143 57
Binary 11110001 1100 1 0 1011111 1100100 101 11 1100011 101111

Color Harmonies of #F10C01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F10C01

Black with #F10C01

Text Example


Text Example

White with #F10C01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F10C01; }

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

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

background-color css

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

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

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

border-color css

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

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

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