Html Css Color HEX #F00500 Red

📋 copy color: '#F00500'

red 240 ◦ green 5 ◦ blue 0

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

Shades of Red #F00500

Tints of Red #F00500

RGB

 RED value IS 240 (94.14% from 255) = 97.96%

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 97.96%
G = 2.04%
B = 0%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 1

 K value IS 0.06

RGB Variations

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

Color information

#F00500 (or 0xF00500) is known color: Red. HEX triplet: F0, 05 and 00. RGB value is (240,5,0). Sum of RGB (Red+Green+Blue) = 240+5+0=245 (32% of max value = 765). Red value is 240 (94.14% from 255 or 97.96% from 245); Green value is 5 (2.34% from 255 or 2.04% from 245); Blue value is 0 (0.39% from 255 or 0% from 245); Max value from RGB is 240 - color contains mainly: red. Hex color #F00500 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F00500 is #0FFAFF. Grayscale: #4A4A4A. Windows color (decimal): -1047296 or 1520. OLE color: 1520.

HSL color Cylindrical-coordinate representation of color #F00500: hue angle of 1.25º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F00500 is Cyan = 0, Magento = 0.98, Yellow = 1 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 5 0 -
CMYK 0 0.98 1 0.06
HSL 1.25º 1% 0.47% -
HSV(B) 1.25º 1% 0.94% -
XYZ 35.99 18.63 1.7 -
YUV 74.7 85.86 245.91 -
System Red Green Blue C M Y K H S L
Decimal 240 5 0 0 0.98 1 0.06 1.25 1 0.47
Hex F0 5 0 0 62 64 6 1 64 2F
Octal 360 5 0 0 142 144 6 1 144 57
Binary 11110000 101 0 0 1100010 1100100 110 1 1100100 101111

Color Harmonies of #F00500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F00500

Black with #F00500

Text Example


Text Example

White with #F00500

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F00500; }

 p { color: rgb(240,5,0); }

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

background-color css

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

 a { background-color: rgb(240,5,0); }

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

border-color css

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

 span { border-color: rgb(240,5,0); }

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