Html Css Color HEX #F61202 Red

📋 copy color: '#F61202'

red 246 ◦ green 18 ◦ blue 2

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

Shades of Red #F61202

Tints of Red #F61202

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 value IS 0

 M value IS 0.93

 Y value IS 0.99

 K value IS 0.04

RGB Variations

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

Color information

#F61202 (or 0xF61202) is known color: 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

RGB 246 18 2 -
CMYK 0 0.93 0.99 0.04
HSL 3.93º 0.98% 0.49% -
HSV(B) 3.93º 0.99% 0.96% -
XYZ 38.23 20.03 1.91 -
YUV 84.35 81.54 243.3 -
System Red Green Blue C M Y K H S L
Decimal 246 18 2 0 0.93 0.99 0.04 3.93 0.98 0.49
Hex F6 12 2 0 5D 63 4 4 62 31
Octal 366 22 2 0 135 143 4 4 142 61
Binary 11110110 10010 10 0 1011101 1100011 100 100 1100010 110001

Color Harmonies of #F61202

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F61202

Black with #F61202

Text Example


Text Example

White with #F61202

Text Example


Text Example

HTML Codes & Css Web 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>