Html Css Color HEX #F60905 Red

📋 copy color: '#F60905'

red 246 ◦ green 9 ◦ blue 5

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

Shades of Red #F60905

Tints of Red #F60905

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.46%

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

R = 94.62%
G = 3.46%
B = 1.92%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.98

 K value IS 0.04

RGB Variations

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

Color information

#F60905 (or 0xF60905) is known color: Red. HEX triplet: F6, 09 and 05. RGB value is (246,9,5). Sum of RGB (Red+Green+Blue) = 246+9+5=260 (34% of max value = 765). Red value is 246 (96.48% from 255 or 94.62% from 260); Green value is 9 (3.91% from 255 or 3.46% from 260); Blue value is 5 (2.34% from 255 or 1.92% from 260); Max value from RGB is 246 - color contains mainly: red. Hex color #F60905 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F60905 is #09F6FA. Grayscale: #4F4F4F. Windows color (decimal): -653051 or 330230. OLE color: 330230.

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

Color convert

RGB 246 9 5 -
CMYK 0 0.96 0.98 0.04
HSL 0.96% 0.49% -
HSV(B) 0.98% 0.96% -
XYZ 38.13 19.8 1.96 -
YUV 79.41 86.02 246.83 -
System Red Green Blue C M Y K H S L
Decimal 246 9 5 0 0.96 0.98 0.04 1 0.96 0.49
Hex F6 9 5 0 60 62 4 1 60 31
Octal 366 11 5 0 140 142 4 1 140 61
Binary 11110110 1001 101 0 1100000 1100010 100 1 1100000 110001

Color Harmonies of #F60905

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F60905

Black with #F60905

Text Example


Text Example

White with #F60905

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F60905; }

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

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

background-color css

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

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

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

border-color css

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

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

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