Html Css Color HEX #F2310A Scarlet

📋 copy color: '#F2310A'

red 242 ◦ green 49 ◦ blue 10

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

Shades of Scarlet #F2310A

Tints of Scarlet #F2310A

RGB

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

 GREEN value IS 49 (19.53% from 255) = 16.28%

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

R = 80.4%
G = 16.28%
B = 3.32%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.96

 K value IS 0.05

RGB Variations

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

Color information

#F2310A (or 0xF2310A) is known color: Scarlet. HEX triplet: F2, 31 and 0A. RGB value is (242,49,10). Sum of RGB (Red+Green+Blue) = 242+49+10=301 (39% of max value = 765). Red value is 242 (94.92% from 255 or 80.40% from 301); Green value is 49 (19.53% from 255 or 16.28% from 301); Blue value is 10 (4.30% from 255 or 3.32% from 301); Max value from RGB is 242 - color contains mainly: red. Hex color #F2310A is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F2310A is #0DCEF5. Grayscale: #666666. Windows color (decimal): -904950 or 668146. OLE color: 668146.

HSL color Cylindrical-coordinate representation of color #F2310A: hue angle of 10.09º 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 #F2310A is Cyan = 0, Magento = 0.80, Yellow = 0.96 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 49 10 -
CMYK 0 0.80 0.96 0.05
HSL 10.09º 0.92% 0.49% -
HSV(B) 10.09º 0.96% 0.95% -
XYZ 37.77 21.1 2.37 -
YUV 102.26 75.94 227.67 -
System Red Green Blue C M Y K H S L
Decimal 242 49 10 0 0.80 0.96 0.05 10.09 0.92 0.49
Hex F2 31 A 0 50 60 5 A 5C 31
Octal 362 61 12 0 120 140 5 12 134 61
Binary 11110010 110001 1010 0 1010000 1100000 101 1010 1011100 110001

Color Harmonies of #F2310A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2310A

Black with #F2310A

Text Example


Text Example

White with #F2310A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2310A; }

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

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

background-color css

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

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

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

border-color css

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

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

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