Html Css Color HEX #F61205 Red

📋 copy color: '#F61205'

red 246 ◦ green 18 ◦ blue 5

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

Shades of Red #F61205

Tints of Red #F61205

RGB

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

 GREEN value IS 18 (7.42% from 255) = 6.69%

 BLUE value IS 5 (2.34% from 255) = 1.86%

R = 91.45%
G = 6.69%
B = 1.86%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.98

 K value IS 0.04

RGB Variations

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

Color information

#F61205 (or 0xF61205) is known color: Red. HEX triplet: F6, 12 and 05. RGB value is (246,18,5). Sum of RGB (Red+Green+Blue) = 246+18+5=269 (35% of max value = 765). Red value is 246 (96.48% from 255 or 91.45% from 269); Green value is 18 (7.42% from 255 or 6.69% from 269); Blue value is 5 (2.34% from 255 or 1.86% from 269); Max value from RGB is 246 - color contains mainly: red. Hex color #F61205 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F61205 is #09EDFA. Grayscale: #545454. Windows color (decimal): -650747 or 332534. OLE color: 332534.

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

Color convert

RGB 246 18 5 -
CMYK 0 0.93 0.98 0.04
HSL 3.24º 0.96% 0.49% -
HSV(B) 3.24º 0.98% 0.96% -
XYZ 38.25 20.04 2 -
YUV 84.69 83.04 243.06 -
System Red Green Blue C M Y K H S L
Decimal 246 18 5 0 0.93 0.98 0.04 3.24 0.96 0.49
Hex F6 12 5 0 5D 62 4 3 60 31
Octal 366 22 5 0 135 142 4 3 140 61
Binary 11110110 10010 101 0 1011101 1100010 100 11 1100000 110001

Color Harmonies of #F61205

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F61205

Black with #F61205

Text Example


Text Example

White with #F61205

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F61205; }

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

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

background-color css

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

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

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

border-color css

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

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

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