Html Css Color HEX #F2000A Venetian Red

📋 copy color: '#F2000A'

red 242 ◦ green 0 ◦ blue 10

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

Shades of Venetian Red #F2000A

Tints of Venetian Red #F2000A

RGB

 RED value IS 242 (94.92% from 255) = 96.03%

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 96.03%
G = 0%
B = 3.97%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.96

 K value IS 0.05

RGB Variations

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

Color information

#F2000A (or 0xF2000A) is known color: Venetian Red. HEX triplet: F2, 00 and 0A. RGB value is (242,0,10). Sum of RGB (Red+Green+Blue) = 242+0+10=252 (33% of max value = 765). Red value is 242 (94.92% from 255 or 96.03% from 252); Green value is 0 (0.39% from 255 or 0% from 252); Blue value is 10 (4.30% from 255 or 3.97% from 252); Max value from RGB is 242 - color contains mainly: red. Hex color #F2000A is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F2000A is #0DFFF5. Grayscale: #494949. Windows color (decimal): -917494 or 655602. OLE color: 655602.

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

Color convert

RGB 242 0 10 -
CMYK 0 1 0.96 0.05
HSL 357.52º 1% 0.47% -
HSV(B) 357.52º 1% 0.95% -
XYZ 36.67 18.9 2 -
YUV 73.5 92.17 248.19 -
System Red Green Blue C M Y K H S L
Decimal 242 0 10 0 1 0.96 0.05 357.52 1 0.47
Hex F2 0 A 0 64 60 5 166 64 2F
Octal 362 0 12 0 144 140 5 546 144 57
Binary 11110010 0 1010 0 1100100 1100000 101 101100110 1100100 101111

Color Harmonies of #F2000A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2000A

Black with #F2000A

Text Example


Text Example

White with #F2000A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2000A; }

 p { color: rgb(242,0,10); }

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

background-color css

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

 a { background-color: rgb(242,0,10); }

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

border-color css

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

 span { border-color: rgb(242,0,10); }

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