Html Css Color HEX #F00F01 Red

📋 copy color: '#F00F01'

red 240 ◦ green 15 ◦ blue 1

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

Shades of Red #F00F01

Tints of Red #F00F01

RGB

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

 GREEN value IS 15 (6.25% from 255) = 5.86%

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

R = 93.75%
G = 5.86%
B = 0.39%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 1.00

 K value IS 0.06

RGB Variations

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

Color information

#F00F01 (or 0xF00F01) is known color: Red. HEX triplet: F0, 0F and 01. RGB value is (240,15,1). Sum of RGB (Red+Green+Blue) = 240+15+1=256 (33% of max value = 765). Red value is 240 (94.14% from 255 or 93.75% from 256); Green value is 15 (6.25% from 255 or 5.86% from 256); Blue value is 1 (0.78% from 255 or 0.39% from 256); Max value from RGB is 240 - color contains mainly: red. Hex color #F00F01 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F00F01 is #0FF0FE. Grayscale: #505050. Windows color (decimal): -1044735 or 69616. OLE color: 69616.

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

Color convert

RGB 240 15 1 -
CMYK 0 0.94 1.00 0.06
HSL 3.51º 0.99% 0.47% -
HSV(B) 3.51º 1% 0.94% -
XYZ 36.11 18.87 1.77 -
YUV 80.68 83.04 241.64 -
System Red Green Blue C M Y K H S L
Decimal 240 15 1 0 0.94 1.00 0.06 3.51 0.99 0.47
Hex F0 F 1 0 5E 64 6 4 63 2F
Octal 360 17 1 0 136 144 6 4 143 57
Binary 11110000 1111 1 0 1011110 1100100 110 100 1100011 101111

Color Harmonies of #F00F01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F00F01

Black with #F00F01

Text Example


Text Example

White with #F00F01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F00F01; }

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

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

background-color css

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

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

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

border-color css

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

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

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