Html Css Color HEX #F60C04 Red

📋 copy color: '#F60C04'

red 246 ◦ green 12 ◦ blue 4

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

Shades of Red #F60C04

Tints of Red #F60C04

RGB

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

 GREEN value IS 12 (5.08% from 255) = 4.58%

 BLUE value IS 4 (1.95% from 255) = 1.53%

R = 93.89%
G = 4.58%
B = 1.53%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.98

 K value IS 0.04

RGB Variations

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

Color information

#F60C04 (or 0xF60C04) is known color: Red. HEX triplet: F6, 0C and 04. RGB value is (246,12,4). Sum of RGB (Red+Green+Blue) = 246+12+4=262 (34% of max value = 765). Red value is 246 (96.48% from 255 or 93.89% from 262); Green value is 12 (5.08% from 255 or 4.58% from 262); Blue value is 4 (1.95% from 255 or 1.53% from 262); Max value from RGB is 246 - color contains mainly: red. Hex color #F60C04 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F60C04 is #09F3FB. Grayscale: #515151. Windows color (decimal): -652284 or 265462. OLE color: 265462.

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

Color convert

RGB 246 12 4 -
CMYK 0 0.95 0.98 0.04
HSL 1.98º 0.97% 0.49% -
HSV(B) 1.98º 0.98% 0.96% -
XYZ 38.16 19.86 1.94 -
YUV 81.05 84.52 245.65 -
System Red Green Blue C M Y K H S L
Decimal 246 12 4 0 0.95 0.98 0.04 1.98 0.97 0.49
Hex F6 C 4 0 5F 62 4 2 61 31
Octal 366 14 4 0 137 142 4 2 141 61
Binary 11110110 1100 100 0 1011111 1100010 100 10 1100001 110001

Color Harmonies of #F60C04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F60C04

Black with #F60C04

Text Example


Text Example

White with #F60C04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F60C04; }

 p { color: rgb(246,12,4); }

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

background-color css

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

 a { background-color: rgb(246,12,4); }

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

border-color css

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

 span { border-color: rgb(246,12,4); }

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