#F61201

Color #F61201 Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Red #F61201

Tints of Red #F61201

Color information

#F61201 (or 0xF61201) is unknown color: approx Red. HEX triplet: F6, 12 and 01. RGB value is (246,18,1). Sum of RGB (Red+Green+Blue) = 246+18+1=265 (35% of max value = 765). Red value is 246 (96.48% from 255 or 92.83% from 265); Green value is 18 (7.42% from 255 or 6.79% from 265); Blue value is 1 (0.78% from 255 or 0.38% from 265); Max value from RGB is 246 - color contains mainly: red. Hex color #F61201 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F61201 is #09EDFE. Grayscale: #545454. Windows color (decimal): -650751 or 70390. OLE color: 70390.

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

Color convert

RGB246181-
CMYK00.931.000.04
HSL4.16º99.19%48.43%-
HSV(B)4.16º99.59%96.47%-
XYZ38.2320.031.88-
YUV84.2381.04243.38-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 92.83%
GREEN value IS 18 (7.42% from 255) = 6.79%
BLUE value IS 1 (0.78% from 255) = 0.38%
R=92.83%
G=6.79%
B=0.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 1.00
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24618100.931.000.044.1699.1948.43
HexF612105D64446330
Octal36622101351444414360
Binary111101101001010101110111001001001001100011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F61201

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F61201; }

 p { color: rgb(246,18,1); }

 H1.HeaderClassName
 {
   color: #F61201;
 }
 .AnyTagClassName
 {
   color: #F61201;
 }
</style>
background-color css

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

 a { background-color: rgb(246,18,1); }

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

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

 span { border-color: rgb(246,18,1); }

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