Html Css Color HEX #F00405 Venetian Red

📋 copy color: '#F00405'

red 240 ◦ green 4 ◦ blue 5

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

Shades of Venetian Red #F00405

Tints of Venetian Red #F00405

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.61%

 BLUE value IS 5 (2.34% from 255) = 2.01%

R = 96.39%
G = 1.61%
B = 2.01%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.98

 K value IS 0.06

RGB Variations

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

Color information

#F00405 (or 0xF00405) is known color: Venetian Red. HEX triplet: F0, 04 and 05. RGB value is (240,4,5). Sum of RGB (Red+Green+Blue) = 240+4+5=249 (32% of max value = 765). Red value is 240 (94.14% from 255 or 96.39% from 249); Green value is 4 (1.95% from 255 or 1.61% from 249); Blue value is 5 (2.34% from 255 or 2.01% from 249); Max value from RGB is 240 - color contains mainly: red. Hex color #F00405 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F00405 is #0FFBFA. Grayscale: #4A4A4A. Windows color (decimal): -1047547 or 328944. OLE color: 328944.

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

Color convert

RGB 240 4 5 -
CMYK 0 0.98 0.98 0.06
HSL 359.75º 0.97% 0.48% -
HSV(B) 359.75º 0.98% 0.94% -
XYZ 36.01 18.62 1.84 -
YUV 74.68 88.69 245.92 -
System Red Green Blue C M Y K H S L
Decimal 240 4 5 0 0.98 0.98 0.06 359.75 0.97 0.48
Hex F0 4 5 0 62 62 6 168 61 30
Octal 360 4 5 0 142 142 6 550 141 60
Binary 11110000 100 101 0 1100010 1100010 110 101101000 1100001 110000

Color Harmonies of #F00405

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F00405

Black with #F00405

Text Example


Text Example

White with #F00405

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F00405; }

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

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

background-color css

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

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

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

border-color css

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

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

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