Html Css Color HEX #F50C04 Red

📋 copy color: '#F50C04'

red 245 ◦ green 12 ◦ blue 4

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

Shades of Red #F50C04

Tints of Red #F50C04

RGB

 RED value IS 245 (96.09% from 255) = 93.87%

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

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

R = 93.87%
G = 4.6%
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

#F50C04 (or 0xF50C04) is known color: Red. HEX triplet: F5, 0C and 04. RGB value is (245,12,4). Sum of RGB (Red+Green+Blue) = 245+12+4=261 (34% of max value = 765). Red value is 245 (96.09% from 255 or 93.87% from 261); Green value is 12 (5.08% from 255 or 4.60% from 261); Blue value is 4 (1.95% from 255 or 1.53% from 261); Max value from RGB is 245 - color contains mainly: red. Hex color #F50C04 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F50C04 is #0AF3FB. Grayscale: #515151. Windows color (decimal): -717820 or 265461. OLE color: 265461.

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

Color convert

RGB 245 12 4 -
CMYK 0 0.95 0.98 0.04
HSL 1.99º 0.97% 0.49% -
HSV(B) 1.99º 0.98% 0.96% -
XYZ 37.81 19.68 1.92 -
YUV 80.76 84.69 245.15 -
System Red Green Blue C M Y K H S L
Decimal 245 12 4 0 0.95 0.98 0.04 1.99 0.97 0.49
Hex F5 C 4 0 5F 62 4 2 61 31
Octal 365 14 4 0 137 142 4 2 141 61
Binary 11110101 1100 100 0 1011111 1100010 100 10 1100001 110001

Color Harmonies of #F50C04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F50C04

Black with #F50C04

Text Example


Text Example

White with #F50C04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F50C04; }

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

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

background-color css

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

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

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

border-color css

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

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

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