Html Css Color HEX #F60504 Red

📋 copy color: '#F60504'

red 246 ◦ green 5 ◦ blue 4

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

Shades of Red #F60504

Tints of Red #F60504

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.96%

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

R = 96.47%
G = 1.96%
B = 1.57%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.98

 K value IS 0.04

RGB Variations

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

Color information

#F60504 (or 0xF60504) is known color: Red. HEX triplet: F6, 05 and 04. RGB value is (246,5,4). Sum of RGB (Red+Green+Blue) = 246+5+4=255 (33% of max value = 765). Red value is 246 (96.48% from 255 or 96.47% from 255); Green value is 5 (2.34% from 255 or 1.96% from 255); Blue value is 4 (1.95% from 255 or 1.57% from 255); Max value from RGB is 246 - color contains mainly: red. Hex color #F60504 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F60504 is #09FAFB. Grayscale: #4D4D4D. Windows color (decimal): -654076 or 263670. OLE color: 263670.

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

Color convert

RGB 246 5 4 -
CMYK 0 0.98 0.98 0.04
HSL 0.25º 0.97% 0.49% -
HSV(B) 0.25º 0.98% 0.96% -
XYZ 38.08 19.71 1.91 -
YUV 76.95 86.84 248.58 -
System Red Green Blue C M Y K H S L
Decimal 246 5 4 0 0.98 0.98 0.04 0.25 0.97 0.49
Hex F6 5 4 0 62 62 4 0 61 31
Octal 366 5 4 0 142 142 4 0 141 61
Binary 11110110 101 100 0 1100010 1100010 100 0 1100001 110001

Color Harmonies of #F60504

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F60504

Black with #F60504

Text Example


Text Example

White with #F60504

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F60504; }

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

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

background-color css

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

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

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

border-color css

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

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

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