Html Css Color HEX #F50605 Red

📋 copy color: '#F50605'

red 245 ◦ green 6 ◦ blue 5

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

Shades of Red #F50605

Tints of Red #F50605

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.34%

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

R = 95.7%
G = 2.34%
B = 1.95%

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

#F50605 (or 0xF50605) is known color: Red. HEX triplet: F5, 06 and 05. RGB value is (245,6,5). Sum of RGB (Red+Green+Blue) = 245+6+5=256 (33% of max value = 765). Red value is 245 (96.09% from 255 or 95.70% from 256); Green value is 6 (2.73% from 255 or 2.34% from 256); Blue value is 5 (2.34% from 255 or 1.95% from 256); Max value from RGB is 245 - color contains mainly: red. Hex color #F50605 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F50605 is #0AF9FA. Grayscale: #4D4D4D. Windows color (decimal): -719355 or 329461. OLE color: 329461.

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

Color convert

RGB 245 6 5 -
CMYK 0 0.98 0.98 0.04
HSL 0.25º 0.96% 0.49% -
HSV(B) 0.25º 0.98% 0.96% -
XYZ 37.75 19.55 1.93 -
YUV 77.35 87.18 247.58 -
System Red Green Blue C M Y K H S L
Decimal 245 6 5 0 0.98 0.98 0.04 0.25 0.96 0.49
Hex F5 6 5 0 62 62 4 0 60 31
Octal 365 6 5 0 142 142 4 0 140 61
Binary 11110101 110 101 0 1100010 1100010 100 0 1100000 110001

Color Harmonies of #F50605

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F50605

Black with #F50605

Text Example


Text Example

White with #F50605

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F50605; }

 p { color: rgb(245,6,5); }

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

background-color css

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

 a { background-color: rgb(245,6,5); }

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

border-color css

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

 span { border-color: rgb(245,6,5); }

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