Html Css Color HEX #F6261C Scarlet

📋 copy color: '#F6261C'

red 246 ◦ green 38 ◦ blue 28

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

Shades of Scarlet #F6261C

Tints of Scarlet #F6261C

RGB

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

 GREEN value IS 38 (15.23% from 255) = 12.18%

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

R = 78.85%
G = 12.18%
B = 8.97%

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

#F6261C (or 0xF6261C) is known color: Scarlet. HEX triplet: F6, 26 and 1C. RGB value is (246,38,28). Sum of RGB (Red+Green+Blue) = 246+38+28=312 (41% of max value = 765). Red value is 246 (96.48% from 255 or 78.85% from 312); Green value is 38 (15.23% from 255 or 12.18% from 312); Blue value is 28 (11.33% from 255 or 8.97% from 312); Max value from RGB is 246 - color contains mainly: red. Hex color #F6261C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F6261C is #09D9E3. Grayscale: #636363. Windows color (decimal): -645604 or 1844982. OLE color: 1844982.

HSL color Cylindrical-coordinate representation of color #F6261C: hue angle of 2.75º 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 #F6261C is Cyan = 0, Magento = 0.85, Yellow = 0.89 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 38 28 -
CMYK 0 0.85 0.89 0.04
HSL 2.75º 0.92% 0.54% -
HSV(B) 2.75º 0.89% 0.96% -
XYZ 38.91 21.06 3.11 -
YUV 99.05 87.91 232.81 -
System Red Green Blue C M Y K H S L
Decimal 246 38 28 0 0.85 0.89 0.04 2.75 0.92 0.54
Hex F6 26 1C 0 55 59 4 3 5C 36
Octal 366 46 34 0 125 131 4 3 134 66
Binary 11110110 100110 11100 0 1010101 1011001 100 11 1011100 110110

Color Harmonies of #F6261C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6261C

Black with #F6261C

Text Example


Text Example

White with #F6261C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6261C; }

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

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

background-color css

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

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

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

border-color css

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

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

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