Html Css Color HEX #F1010A Venetian Red

📋 copy color: '#F1010A'

red 241 ◦ green 1 ◦ blue 10

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

Shades of Venetian Red #F1010A

Tints of Venetian Red #F1010A

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.4%

 BLUE value IS 10 (4.3% from 255) = 3.97%

R = 95.63%
G = 0.4%
B = 3.97%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.96

 K value IS 0.05

RGB Variations

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

Color information

#F1010A (or 0xF1010A) is known color: Venetian Red. HEX triplet: F1, 01 and 0A. RGB value is (241,1,10). Sum of RGB (Red+Green+Blue) = 241+1+10=252 (33% of max value = 765). Red value is 241 (94.53% from 255 or 95.63% from 252); Green value is 1 (0.78% from 255 or 0.40% from 252); Blue value is 10 (4.30% from 255 or 3.97% from 252); Max value from RGB is 241 - color contains mainly: red. Hex color #F1010A is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F1010A is #0EFEF5. Grayscale: #494949. Windows color (decimal): -982774 or 655857. OLE color: 655857.

HSL color Cylindrical-coordinate representation of color #F1010A: hue angle of 357.75º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F1010A is Cyan = 0, Magento = 1.00, Yellow = 0.96 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 1 10 -
CMYK 0 1.00 0.96 0.05
HSL 357.75º 0.99% 0.47% -
HSV(B) 357.75º 1% 0.95% -
XYZ 36.34 18.74 1.99 -
YUV 73.79 92.01 247.27 -
System Red Green Blue C M Y K H S L
Decimal 241 1 10 0 1.00 0.96 0.05 357.75 0.99 0.47
Hex F1 1 A 0 64 60 5 166 63 2F
Octal 361 1 12 0 144 140 5 546 143 57
Binary 11110001 1 1010 0 1100100 1100000 101 101100110 1100011 101111

Color Harmonies of #F1010A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1010A

Black with #F1010A

Text Example


Text Example

White with #F1010A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1010A; }

 p { color: rgb(241,1,10); }

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

background-color css

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

 a { background-color: rgb(241,1,10); }

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

border-color css

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

 span { border-color: rgb(241,1,10); }

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