Html Css Color HEX #F50706 Red

📋 copy color: '#F50706'

red 245 ◦ green 7 ◦ blue 6

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

Shades of Red #F50706

Tints of Red #F50706

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.71%

 BLUE value IS 6 (2.73% from 255) = 2.33%

R = 94.96%
G = 2.71%
B = 2.33%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.98

 K value IS 0.04

RGB Variations

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

Color information

#F50706 (or 0xF50706) is known color: Red. HEX triplet: F5, 07 and 06. RGB value is (245,7,6). Sum of RGB (Red+Green+Blue) = 245+7+6=258 (34% of max value = 765). Red value is 245 (96.09% from 255 or 94.96% from 258); Green value is 7 (3.12% from 255 or 2.71% from 258); Blue value is 6 (2.73% from 255 or 2.33% from 258); Max value from RGB is 245 - color contains mainly: red. Hex color #F50706 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F50706 is #0AF8F9. Grayscale: #4E4E4E. Windows color (decimal): -719098 or 395253. OLE color: 395253.

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

Color convert

RGB 245 7 6 -
CMYK 0 0.97 0.98 0.04
HSL 0.25º 0.95% 0.49% -
HSV(B) 0.25º 0.98% 0.96% -
XYZ 37.77 19.58 1.96 -
YUV 78.05 87.35 247.08 -
System Red Green Blue C M Y K H S L
Decimal 245 7 6 0 0.97 0.98 0.04 0.25 0.95 0.49
Hex F5 7 6 0 61 62 4 0 5F 31
Octal 365 7 6 0 141 142 4 0 137 61
Binary 11110101 111 110 0 1100001 1100010 100 0 1011111 110001

Color Harmonies of #F50706

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F50706

Black with #F50706

Text Example


Text Example

White with #F50706

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F50706; }

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

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

background-color css

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

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

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

border-color css

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

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

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