Html Css Color HEX #F12E08 Scarlet

📋 copy color: '#F12E08'

red 241 ◦ green 46 ◦ blue 8

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

Shades of Scarlet #F12E08

Tints of Scarlet #F12E08

RGB

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

 GREEN value IS 46 (18.36% from 255) = 15.59%

 BLUE value IS 8 (3.52% from 255) = 2.71%

R = 81.69%
G = 15.59%
B = 2.71%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.97

 K value IS 0.05

RGB Variations

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

Color information

#F12E08 (or 0xF12E08) is known color: Scarlet. HEX triplet: F1, 2E and 08. RGB value is (241,46,8). Sum of RGB (Red+Green+Blue) = 241+46+8=295 (39% of max value = 765). Red value is 241 (94.53% from 255 or 81.69% from 295); Green value is 46 (18.36% from 255 or 15.59% from 295); Blue value is 8 (3.52% from 255 or 2.71% from 295); Max value from RGB is 241 - color contains mainly: red. Hex color #F12E08 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F12E08 is #0ED1F7. Grayscale: #646464. Windows color (decimal): -971256 or 536305. OLE color: 536305.

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

Color convert

RGB 241 46 8 -
CMYK 0 0.81 0.97 0.05
HSL 9.79º 0.94% 0.49% -
HSV(B) 9.79º 0.97% 0.95% -
XYZ 37.3 20.67 2.25 -
YUV 99.97 76.1 228.59 -
System Red Green Blue C M Y K H S L
Decimal 241 46 8 0 0.81 0.97 0.05 9.79 0.94 0.49
Hex F1 2E 8 0 51 61 5 A 5E 31
Octal 361 56 10 0 121 141 5 12 136 61
Binary 11110001 101110 1000 0 1010001 1100001 101 1010 1011110 110001

Color Harmonies of #F12E08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F12E08

Black with #F12E08

Text Example


Text Example

White with #F12E08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F12E08; }

 p { color: rgb(241,46,8); }

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

background-color css

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

 a { background-color: rgb(241,46,8); }

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

border-color css

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

 span { border-color: rgb(241,46,8); }

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