Html Css Color HEX #F00701 Red

📋 copy color: '#F00701'

red 240 ◦ green 7 ◦ blue 1

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

Shades of Red #F00701

Tints of Red #F00701

RGB

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

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

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

R = 96.77%
G = 2.82%
B = 0.4%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 1.00

 K value IS 0.06

RGB Variations

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

Color information

#F00701 (or 0xF00701) is known color: Red. HEX triplet: F0, 07 and 01. RGB value is (240,7,1). Sum of RGB (Red+Green+Blue) = 240+7+1=248 (32% of max value = 765). Red value is 240 (94.14% from 255 or 96.77% from 248); Green value is 7 (3.12% from 255 or 2.82% from 248); Blue value is 1 (0.78% from 255 or 0.40% from 248); Max value from RGB is 240 - color contains mainly: red. Hex color #F00701 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F00701 is #0FF8FE. Grayscale: #4C4C4C. Windows color (decimal): -1046783 or 67568. OLE color: 67568.

HSL color Cylindrical-coordinate representation of color #F00701: hue angle of 1.51º 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 #F00701 is Cyan = 0, Magento = 0.97, Yellow = 1.00 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 7 1 -
CMYK 0 0.97 1.00 0.06
HSL 1.51º 0.99% 0.47% -
HSV(B) 1.51º 1% 0.94% -
XYZ 36.02 18.68 1.74 -
YUV 75.98 85.69 244.99 -
System Red Green Blue C M Y K H S L
Decimal 240 7 1 0 0.97 1.00 0.06 1.51 0.99 0.47
Hex F0 7 1 0 61 64 6 2 63 2F
Octal 360 7 1 0 141 144 6 2 143 57
Binary 11110000 111 1 0 1100001 1100100 110 10 1100011 101111

Color Harmonies of #F00701

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F00701

Black with #F00701

Text Example


Text Example

White with #F00701

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F00701; }

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

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

background-color css

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

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

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

border-color css

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

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

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