Html Css Color HEX #F0060C Venetian Red

📋 copy color: '#F0060C'

red 240 ◦ green 6 ◦ blue 12

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

Shades of Venetian Red #F0060C

Tints of Venetian Red #F0060C

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.33%

 BLUE value IS 12 (5.08% from 255) = 4.65%

R = 93.02%
G = 2.33%
B = 4.65%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.95

 K value IS 0.06

RGB Variations

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

Color information

#F0060C (or 0xF0060C) is known color: Venetian Red. HEX triplet: F0, 06 and 0C. RGB value is (240,6,12). Sum of RGB (Red+Green+Blue) = 240+6+12=258 (34% of max value = 765). Red value is 240 (94.14% from 255 or 93.02% from 258); Green value is 6 (2.73% from 255 or 2.33% from 258); Blue value is 12 (5.08% from 255 or 4.65% from 258); Max value from RGB is 240 - color contains mainly: red. Hex color #F0060C is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F0060C is #0FF9F3. Grayscale: #4C4C4C. Windows color (decimal): -1047028 or 788208. OLE color: 788208.

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

Color convert

RGB 240 6 12 -
CMYK 0 0.98 0.95 0.06
HSL 358.46º 0.95% 0.48% -
HSV(B) 358.46º 0.98% 0.94% -
XYZ 36.07 18.68 2.05 -
YUV 76.65 91.52 244.51 -
System Red Green Blue C M Y K H S L
Decimal 240 6 12 0 0.98 0.95 0.06 358.46 0.95 0.48
Hex F0 6 C 0 62 5F 6 166 5F 30
Octal 360 6 14 0 142 137 6 546 137 60
Binary 11110000 110 1100 0 1100010 1011111 110 101100110 1011111 110000

Color Harmonies of #F0060C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0060C

Black with #F0060C

Text Example


Text Example

White with #F0060C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0060C; }

 p { color: rgb(240,6,12); }

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

background-color css

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

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

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

border-color css

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

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

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