Html Css Color HEX #F6241C Scarlet

📋 copy color: '#F6241C'

red 246 ◦ green 36 ◦ blue 28

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

Shades of Scarlet #F6241C

Tints of Scarlet #F6241C

RGB

 RED value IS 246 (96.48% from 255) = 79.35%

 GREEN value IS 36 (14.45% from 255) = 11.61%

 BLUE value IS 28 (11.33% from 255) = 9.03%

R = 79.35%
G = 11.61%
B = 9.03%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.89

 K value IS 0.04

RGB Variations

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

Color information

#F6241C (or 0xF6241C) is known color: Scarlet. HEX triplet: F6, 24 and 1C. RGB value is (246,36,28). Sum of RGB (Red+Green+Blue) = 246+36+28=310 (41% of max value = 765). Red value is 246 (96.48% from 255 or 79.35% from 310); Green value is 36 (14.45% from 255 or 11.61% from 310); Blue value is 28 (11.33% from 255 or 9.03% from 310); Max value from RGB is 246 - color contains mainly: red. Hex color #F6241C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F6241C is #09DBE3. Grayscale: #626262. Windows color (decimal): -646116 or 1844470. OLE color: 1844470.

HSL color Cylindrical-coordinate representation of color #F6241C: hue angle of 2.2º degrees, saturation: 0.92, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F6241C is Cyan = 0, Magento = 0.85, Yellow = 0.89 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 36 28 -
CMYK 0 0.85 0.89 0.04
HSL 2.2º 0.92% 0.54% -
HSV(B) 2.2º 0.89% 0.96% -
XYZ 38.85 20.94 3.09 -
YUV 97.88 88.57 233.65 -
System Red Green Blue C M Y K H S L
Decimal 246 36 28 0 0.85 0.89 0.04 2.2 0.92 0.54
Hex F6 24 1C 0 55 59 4 2 5C 36
Octal 366 44 34 0 125 131 4 2 134 66
Binary 11110110 100100 11100 0 1010101 1011001 100 10 1011100 110110

Color Harmonies of #F6241C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6241C

Black with #F6241C

Text Example


Text Example

White with #F6241C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6241C; }

 p { color: rgb(246,36,28); }

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

background-color css

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

 a { background-color: rgb(246,36,28); }

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

border-color css

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

 span { border-color: rgb(246,36,28); }

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