Html Css Color HEX #F0050F Venetian Red

📋 copy color: '#F0050F'

red 240 ◦ green 5 ◦ blue 15

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

Shades of Venetian Red #F0050F

Tints of Venetian Red #F0050F

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.92%

 BLUE value IS 15 (6.25% from 255) = 5.77%

R = 92.31%
G = 1.92%
B = 5.77%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.94

 K value IS 0.06

RGB Variations

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

Color information

#F0050F (or 0xF0050F) is known color: Venetian Red. HEX triplet: F0, 05 and 0F. RGB value is (240,5,15). Sum of RGB (Red+Green+Blue) = 240+5+15=260 (34% of max value = 765). Red value is 240 (94.14% from 255 or 92.31% from 260); Green value is 5 (2.34% from 255 or 1.92% from 260); Blue value is 15 (6.25% from 255 or 5.77% from 260); Max value from RGB is 240 - color contains mainly: red. Hex color #F0050F is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F0050F is #0FFAF0. Grayscale: #4C4C4C. Windows color (decimal): -1047281 or 984560. OLE color: 984560.

HSL color Cylindrical-coordinate representation of color #F0050F: hue angle of 357.45º degrees, saturation: 0.96, 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 #F0050F is Cyan = 0, Magento = 0.98, Yellow = 0.94 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 5 15 -
CMYK 0 0.98 0.94 0.06
HSL 357.45º 0.96% 0.48% -
HSV(B) 357.45º 0.98% 0.94% -
XYZ 36.08 18.67 2.15 -
YUV 76.41 93.36 244.69 -
System Red Green Blue C M Y K H S L
Decimal 240 5 15 0 0.98 0.94 0.06 357.45 0.96 0.48
Hex F0 5 F 0 62 5E 6 165 60 30
Octal 360 5 17 0 142 136 6 545 140 60
Binary 11110000 101 1111 0 1100010 1011110 110 101100101 1100000 110000

Color Harmonies of #F0050F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0050F

Black with #F0050F

Text Example


Text Example

White with #F0050F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0050F; }

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

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

background-color css

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

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

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

border-color css

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

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

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