Html Css Color HEX #F12F10 Scarlet

📋 copy color: '#F12F10'

red 241 ◦ green 47 ◦ blue 16

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

Shades of Scarlet #F12F10

Tints of Scarlet #F12F10

RGB

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

 GREEN value IS 47 (18.75% from 255) = 15.46%

 BLUE value IS 16 (6.64% from 255) = 5.26%

R = 79.28%
G = 15.46%
B = 5.26%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.93

 K value IS 0.05

RGB Variations

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

Color information

#F12F10 (or 0xF12F10) is known color: Scarlet. HEX triplet: F1, 2F and 10. RGB value is (241,47,16). Sum of RGB (Red+Green+Blue) = 241+47+16=304 (40% of max value = 765). Red value is 241 (94.53% from 255 or 79.28% from 304); Green value is 47 (18.75% from 255 or 15.46% from 304); Blue value is 16 (6.64% from 255 or 5.26% from 304); Max value from RGB is 241 - color contains mainly: red. Hex color #F12F10 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F12F10 is #0ED0EF. Grayscale: #656565. Windows color (decimal): -970992 or 1060849. OLE color: 1060849.

HSL color Cylindrical-coordinate representation of color #F12F10: hue angle of 8.27º degrees, saturation: 0.89, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F12F10 is Cyan = 0, Magento = 0.80, Yellow = 0.93 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 47 16 -
CMYK 0 0.80 0.93 0.05
HSL 8.27º 0.89% 0.5% -
HSV(B) 8.27º 0.93% 0.95% -
XYZ 37.39 20.77 2.53 -
YUV 101.47 79.77 227.52 -
System Red Green Blue C M Y K H S L
Decimal 241 47 16 0 0.80 0.93 0.05 8.27 0.89 0.5
Hex F1 2F 10 0 50 5D 5 8 59 32
Octal 361 57 20 0 120 135 5 10 131 62
Binary 11110001 101111 10000 0 1010000 1011101 101 1000 1011001 110010

Color Harmonies of #F12F10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F12F10

Black with #F12F10

Text Example


Text Example

White with #F12F10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F12F10; }

 p { color: rgb(241,47,16); }

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

background-color css

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

 a { background-color: rgb(241,47,16); }

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

border-color css

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

 span { border-color: rgb(241,47,16); }

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