Html Css Color HEX #F1060C Venetian Red

📋 copy color: '#F1060C'

red 241 ◦ green 6 ◦ blue 12

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

Shades of Venetian Red #F1060C

Tints of Venetian Red #F1060C

RGB

 RED value IS 241 (94.53% from 255) = 93.05%

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

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

R = 93.05%
G = 2.32%
B = 4.63%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.95

 K value IS 0.05

RGB Variations

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

Color information

#F1060C (or 0xF1060C) is known color: Venetian Red. HEX triplet: F1, 06 and 0C. RGB value is (241,6,12). Sum of RGB (Red+Green+Blue) = 241+6+12=259 (34% of max value = 765). Red value is 241 (94.53% from 255 or 93.05% from 259); Green value is 6 (2.73% from 255 or 2.32% from 259); Blue value is 12 (5.08% from 255 or 4.63% from 259); Max value from RGB is 241 - color contains mainly: red. Hex color #F1060C is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F1060C is #0EF9F3. Grayscale: #4D4D4D. Windows color (decimal): -981492 or 788209. OLE color: 788209.

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

Color convert

RGB 241 6 12 -
CMYK 0 0.98 0.95 0.05
HSL 358.47º 0.95% 0.48% -
HSV(B) 358.47º 0.98% 0.95% -
XYZ 36.41 18.86 2.07 -
YUV 76.95 91.36 245.01 -
System Red Green Blue C M Y K H S L
Decimal 241 6 12 0 0.98 0.95 0.05 358.47 0.95 0.48
Hex F1 6 C 0 62 5F 5 166 5F 30
Octal 361 6 14 0 142 137 5 546 137 60
Binary 11110001 110 1100 0 1100010 1011111 101 101100110 1011111 110000

Color Harmonies of #F1060C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1060C

Black with #F1060C

Text Example


Text Example

White with #F1060C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1060C; }

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

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

background-color css

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

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

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

border-color css

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

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

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