Html Css Color HEX #F1290C Scarlet

📋 copy color: '#F1290C'

red 241 ◦ green 41 ◦ blue 12

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

Shades of Scarlet #F1290C

Tints of Scarlet #F1290C

RGB

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

 GREEN value IS 41 (16.41% from 255) = 13.95%

 BLUE value IS 12 (5.08% from 255) = 4.08%

R = 81.97%
G = 13.95%
B = 4.08%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.95

 K value IS 0.05

RGB Variations

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

Color information

#F1290C (or 0xF1290C) is known color: Scarlet. HEX triplet: F1, 29 and 0C. RGB value is (241,41,12). Sum of RGB (Red+Green+Blue) = 241+41+12=294 (38% of max value = 765). Red value is 241 (94.53% from 255 or 81.97% from 294); Green value is 41 (16.41% from 255 or 13.95% from 294); Blue value is 12 (5.08% from 255 or 4.08% from 294); Max value from RGB is 241 - color contains mainly: red. Hex color #F1290C is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F1290C is #0ED6F3. Grayscale: #616161. Windows color (decimal): -972532 or 797169. OLE color: 797169.

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

Color convert

RGB 241 41 12 -
CMYK 0 0.83 0.95 0.05
HSL 7.6º 0.91% 0.5% -
HSV(B) 7.6º 0.95% 0.95% -
XYZ 37.13 20.31 2.31 -
YUV 97.49 79.76 230.36 -
System Red Green Blue C M Y K H S L
Decimal 241 41 12 0 0.83 0.95 0.05 7.6 0.91 0.5
Hex F1 29 C 0 53 5F 5 8 5B 32
Octal 361 51 14 0 123 137 5 10 133 62
Binary 11110001 101001 1100 0 1010011 1011111 101 1000 1011011 110010

Color Harmonies of #F1290C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1290C

Black with #F1290C

Text Example


Text Example

White with #F1290C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1290C; }

 p { color: rgb(241,41,12); }

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

background-color css

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

 a { background-color: rgb(241,41,12); }

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

border-color css

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

 span { border-color: rgb(241,41,12); }

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