Html Css Color HEX #F1200A Scarlet

📋 copy color: '#F1200A'

red 241 ◦ green 32 ◦ blue 10

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

Shades of Scarlet #F1200A

Tints of Scarlet #F1200A

RGB

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

 GREEN value IS 32 (12.89% from 255) = 11.31%

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

R = 85.16%
G = 11.31%
B = 3.53%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.96

 K value IS 0.05

RGB Variations

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

Color information

#F1200A (or 0xF1200A) is known color: Scarlet. HEX triplet: F1, 20 and 0A. RGB value is (241,32,10). Sum of RGB (Red+Green+Blue) = 241+32+10=283 (37% of max value = 765). Red value is 241 (94.53% from 255 or 85.16% from 283); Green value is 32 (12.89% from 255 or 11.31% from 283); Blue value is 10 (4.30% from 255 or 3.53% from 283); Max value from RGB is 241 - color contains mainly: red. Hex color #F1200A is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F1200A is #0EDFF5. Grayscale: #5C5C5C. Windows color (decimal): -974838 or 663793. OLE color: 663793.

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

Color convert

RGB 241 32 10 -
CMYK 0 0.87 0.96 0.05
HSL 5.71º 0.92% 0.49% -
HSV(B) 5.71º 0.96% 0.95% -
XYZ 36.85 19.76 2.16 -
YUV 91.98 81.74 234.29 -
System Red Green Blue C M Y K H S L
Decimal 241 32 10 0 0.87 0.96 0.05 5.71 0.92 0.49
Hex F1 20 A 0 57 60 5 6 5C 31
Octal 361 40 12 0 127 140 5 6 134 61
Binary 11110001 100000 1010 0 1010111 1100000 101 110 1011100 110001

Color Harmonies of #F1200A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1200A

Black with #F1200A

Text Example


Text Example

White with #F1200A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1200A; }

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

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

background-color css

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

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

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

border-color css

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

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

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