Html Css Color HEX #F00305 Venetian Red

📋 copy color: '#F00305'

red 240 ◦ green 3 ◦ blue 5

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

Shades of Venetian Red #F00305

Tints of Venetian Red #F00305

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.21%

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

R = 96.77%
G = 1.21%
B = 2.02%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.98

 K value IS 0.06

RGB Variations

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

Color information

#F00305 (or 0xF00305) is known color: Venetian Red. HEX triplet: F0, 03 and 05. RGB value is (240,3,5). Sum of RGB (Red+Green+Blue) = 240+3+5=248 (32% of max value = 765). Red value is 240 (94.14% from 255 or 96.77% from 248); Green value is 3 (1.56% from 255 or 1.21% from 248); Blue value is 5 (2.34% from 255 or 2.02% from 248); Max value from RGB is 240 - color contains mainly: red. Hex color #F00305 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F00305 is #0FFCFA. Grayscale: #4A4A4A. Windows color (decimal): -1047803 or 328688. OLE color: 328688.

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

Color convert

RGB 240 3 5 -
CMYK 0 0.99 0.98 0.06
HSL 359.49º 0.98% 0.48% -
HSV(B) 359.49º 0.99% 0.94% -
XYZ 36 18.6 1.84 -
YUV 74.09 89.02 246.34 -
System Red Green Blue C M Y K H S L
Decimal 240 3 5 0 0.99 0.98 0.06 359.49 0.98 0.48
Hex F0 3 5 0 63 62 6 167 62 30
Octal 360 3 5 0 143 142 6 547 142 60
Binary 11110000 11 101 0 1100011 1100010 110 101100111 1100010 110000

Color Harmonies of #F00305

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F00305

Black with #F00305

Text Example


Text Example

White with #F00305

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F00305; }

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

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

background-color css

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

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

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

border-color css

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

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

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