Html Css Color HEX #F61102 Red

📋 copy color: '#F61102'

red 246 ◦ green 17 ◦ blue 2

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

Shades of Red #F61102

Tints of Red #F61102

RGB

 RED value IS 246 (96.48% from 255) = 92.83%

 GREEN value IS 17 (7.03% from 255) = 6.42%

 BLUE value IS 2 (1.17% from 255) = 0.75%

R = 92.83%
G = 6.42%
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

#F61102 (or 0xF61102) is known color: Red. HEX triplet: F6, 11 and 02. RGB value is (246,17,2). Sum of RGB (Red+Green+Blue) = 246+17+2=265 (35% of max value = 765). Red value is 246 (96.48% from 255 or 92.83% from 265); Green value is 17 (7.03% from 255 or 6.42% from 265); Blue value is 2 (1.17% from 255 or 0.75% from 265); Max value from RGB is 246 - color contains mainly: red. Hex color #F61102 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F61102 is #09EEFD. Grayscale: #545454. Windows color (decimal): -651006 or 135670. OLE color: 135670.

HSL color Cylindrical-coordinate representation of color #F61102: hue angle of 3.69º 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 #F61102 is Cyan = 0, Magento = 0.93, Yellow = 0.99 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 17 2 -
CMYK 0 0.93 0.99 0.04
HSL 3.69º 0.98% 0.49% -
HSV(B) 3.69º 0.99% 0.96% -
XYZ 38.22 20 1.9 -
YUV 83.76 81.87 243.72 -
System Red Green Blue C M Y K H S L
Decimal 246 17 2 0 0.93 0.99 0.04 3.69 0.98 0.49
Hex F6 11 2 0 5D 63 4 4 62 31
Octal 366 21 2 0 135 143 4 4 142 61
Binary 11110110 10001 10 0 1011101 1100011 100 100 1100010 110001

Color Harmonies of #F61102

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F61102

Black with #F61102

Text Example


Text Example

White with #F61102

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F61102; }

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

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

background-color css

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

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

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

border-color css

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

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

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