Html Css Color HEX #F00501 Red

📋 copy color: '#F00501'

red 240 ◦ green 5 ◦ blue 1

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

Shades of Red #F00501

Tints of Red #F00501

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.41%

R = 97.56%
G = 2.03%
B = 0.41%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 1.00

 K value IS 0.06

RGB Variations

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

Color information

#F00501 (or 0xF00501) is known color: Red. HEX triplet: F0, 05 and 01. RGB value is (240,5,1). Sum of RGB (Red+Green+Blue) = 240+5+1=246 (32% of max value = 765). Red value is 240 (94.14% from 255 or 97.56% from 246); Green value is 5 (2.34% from 255 or 2.03% from 246); Blue value is 1 (0.78% from 255 or 0.41% from 246); Max value from RGB is 240 - color contains mainly: red. Hex color #F00501 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F00501 is #0FFAFE. Grayscale: #4B4B4B. Windows color (decimal): -1047295 or 67056. OLE color: 67056.

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

Color convert

RGB 240 5 1 -
CMYK 0 0.98 1.00 0.06
HSL 0.99% 0.47% -
HSV(B) 1% 0.94% -
XYZ 35.99 18.64 1.73 -
YUV 74.81 86.36 245.83 -
System Red Green Blue C M Y K H S L
Decimal 240 5 1 0 0.98 1.00 0.06 1 0.99 0.47
Hex F0 5 1 0 62 64 6 1 63 2F
Octal 360 5 1 0 142 144 6 1 143 57
Binary 11110000 101 1 0 1100010 1100100 110 1 1100011 101111

Color Harmonies of #F00501

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F00501

Black with #F00501

Text Example


Text Example

White with #F00501

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F00501; }

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

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

background-color css

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

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

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

border-color css

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

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

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