#F61202

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

Shades of Red #F61202

Tints of Red #F61202

Color information

#F61202 (or 0xF61202) is unknown color: approx Red. HEX triplet: F6, 12 and 02. RGB value is (246,18,2). Sum of RGB (Red+Green+Blue) = 246+18+2=266 (35% of max value = 765). Red value is 246 (96.48% from 255 or 92.48% from 266); Green value is 18 (7.42% from 255 or 6.77% from 266); Blue value is 2 (1.17% from 255 or 0.75% from 266); Max value from RGB is 246 - color contains mainly: red. Hex color #F61202 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F61202 is #09EDFD. Grayscale: #545454. Windows color (decimal): -650750 or 135926. OLE color: 135926.

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

Color convert

RGB246182-
CMYK00.930.990.04
HSL3.93º98.39%48.63%-
HSV(B)3.93º99.19%96.47%-
XYZ38.2320.031.91-
YUV84.3581.54243.3-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 92.48%
GREEN value IS 18 (7.42% from 255) = 6.77%
BLUE value IS 2 (1.17% from 255) = 0.75%
R=92.48%
G=6.77%
B=0.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.99
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24618200.930.990.043.9398.3948.63
HexF612205D63446231
Octal36622201351434414261
Binary1111011010010100101110111000111001001100010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F61202

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F61202; }

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

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

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

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

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

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

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

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