Html Css Color HEX #F00101 Red

📋 copy color: '#F00101'

red 240 ◦ green 1 ◦ blue 1

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

Shades of Red #F00101

Tints of Red #F00101

RGB

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

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

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

R = 99.17%
G = 0.41%
B = 0.41%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 1.00

 K value IS 0.06

RGB Variations

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

Color information

#F00101 (or 0xF00101) is known color: Red. HEX triplet: F0, 01 and 01. RGB value is (240,1,1). Sum of RGB (Red+Green+Blue) = 240+1+1=242 (32% of max value = 765). Red value is 240 (94.14% from 255 or 99.17% from 242); Green value is 1 (0.78% from 255 or 0.41% from 242); Blue value is 1 (0.78% from 255 or 0.41% from 242); Max value from RGB is 240 - color contains mainly: red. Hex color #F00101 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F00101 is #0FFEFE. Grayscale: #484848. Windows color (decimal): -1048319 or 66032. OLE color: 66032.

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

Color convert

RGB 240 1 1 -
CMYK 0 1.00 1.00 0.06
HSL 0.99% 0.47% -
HSV(B) 1% 0.94% -
XYZ 35.95 18.55 1.71 -
YUV 72.46 87.68 247.5 -
System Red Green Blue C M Y K H S L
Decimal 240 1 1 0 1.00 1.00 0.06 0 0.99 0.47
Hex F0 1 1 0 64 64 6 0 63 2F
Octal 360 1 1 0 144 144 6 0 143 57
Binary 11110000 1 1 0 1100100 1100100 110 0 1100011 101111

Color Harmonies of #F00101

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F00101

Black with #F00101

Text Example


Text Example

White with #F00101

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F00101; }

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

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

background-color css

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

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

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

border-color css

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

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

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