Html Css Color HEX #F2190A Scarlet

📋 copy color: '#F2190A'

red 242 ◦ green 25 ◦ blue 10

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

Shades of Scarlet #F2190A

Tints of Scarlet #F2190A

RGB

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

 GREEN value IS 25 (10.16% from 255) = 9.03%

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

R = 87.36%
G = 9.03%
B = 3.61%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.96

 K value IS 0.05

RGB Variations

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

Color information

#F2190A (or 0xF2190A) is known color: Scarlet. HEX triplet: F2, 19 and 0A. RGB value is (242,25,10). Sum of RGB (Red+Green+Blue) = 242+25+10=277 (36% of max value = 765). Red value is 242 (94.92% from 255 or 87.36% from 277); Green value is 25 (10.16% from 255 or 9.03% from 277); Blue value is 10 (4.30% from 255 or 3.61% from 277); Max value from RGB is 242 - color contains mainly: red. Hex color #F2190A is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F2190A is #0DE6F5. Grayscale: #585858. Windows color (decimal): -911094 or 662002. OLE color: 662002.

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

Color convert

RGB 242 25 10 -
CMYK 0 0.90 0.96 0.05
HSL 3.88º 0.92% 0.49% -
HSV(B) 3.88º 0.96% 0.95% -
XYZ 37.02 19.59 2.12 -
YUV 88.17 83.89 237.72 -
System Red Green Blue C M Y K H S L
Decimal 242 25 10 0 0.90 0.96 0.05 3.88 0.92 0.49
Hex F2 19 A 0 5A 60 5 4 5C 31
Octal 362 31 12 0 132 140 5 4 134 61
Binary 11110010 11001 1010 0 1011010 1100000 101 100 1011100 110001

Color Harmonies of #F2190A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2190A

Black with #F2190A

Text Example


Text Example

White with #F2190A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2190A; }

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

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

background-color css

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

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

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

border-color css

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

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

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