Html Css Color HEX #F12100 Scarlet

📋 copy color: '#F12100'

red 241 ◦ green 33 ◦ blue 0

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

Shades of Scarlet #F12100

Tints of Scarlet #F12100

RGB

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

 GREEN value IS 33 (13.28% from 255) = 12.04%

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

R = 87.96%
G = 12.04%
B = 0%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 1

 K value IS 0.05

RGB Variations

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

Color information

#F12100 (or 0xF12100) is known color: Scarlet. HEX triplet: F1, 21 and 00. RGB value is (241,33,0). Sum of RGB (Red+Green+Blue) = 241+33+0=274 (36% of max value = 765). Red value is 241 (94.53% from 255 or 87.96% from 274); Green value is 33 (13.28% from 255 or 12.04% from 274); Blue value is 0 (0.39% from 255 or 0% from 274); Max value from RGB is 241 - color contains mainly: red. Hex color #F12100 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F12100 is #0EDEFF. Grayscale: #5B5B5B. Windows color (decimal): -974592 or 8689. OLE color: 8689.

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

Color convert

RGB 241 33 0 -
CMYK 0 0.86 1 0.05
HSL 8.22º 1% 0.47% -
HSV(B) 8.22º 1% 0.95% -
XYZ 36.82 19.79 1.88 -
YUV 91.43 76.41 234.68 -
System Red Green Blue C M Y K H S L
Decimal 241 33 0 0 0.86 1 0.05 8.22 1 0.47
Hex F1 21 0 0 56 64 5 8 64 2F
Octal 361 41 0 0 126 144 5 10 144 57
Binary 11110001 100001 0 0 1010110 1100100 101 1000 1100100 101111

Color Harmonies of #F12100

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F12100

Black with #F12100

Text Example


Text Example

White with #F12100

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F12100; }

 p { color: rgb(241,33,0); }

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

background-color css

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

 a { background-color: rgb(241,33,0); }

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

border-color css

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

 span { border-color: rgb(241,33,0); }

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