Html Css Color HEX #F6281B Scarlet

📋 copy color: '#F6281B'

red 246 ◦ green 40 ◦ blue 27

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

Shades of Scarlet #F6281B

Tints of Scarlet #F6281B

RGB

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

 GREEN value IS 40 (16.02% from 255) = 12.78%

 BLUE value IS 27 (10.94% from 255) = 8.63%

R = 78.59%
G = 12.78%
B = 8.63%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.89

 K value IS 0.04

RGB Variations

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

Color information

#F6281B (or 0xF6281B) is known color: Scarlet. HEX triplet: F6, 28 and 1B. RGB value is (246,40,27). Sum of RGB (Red+Green+Blue) = 246+40+27=313 (41% of max value = 765). Red value is 246 (96.48% from 255 or 78.59% from 313); Green value is 40 (16.02% from 255 or 12.78% from 313); Blue value is 27 (10.94% from 255 or 8.63% from 313); Max value from RGB is 246 - color contains mainly: red. Hex color #F6281B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F6281B is #09D7E4. Grayscale: #646464. Windows color (decimal): -645093 or 1779958. OLE color: 1779958.

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

Color convert

RGB 246 40 27 -
CMYK 0 0.84 0.89 0.04
HSL 3.56º 0.92% 0.54% -
HSV(B) 3.56º 0.89% 0.96% -
XYZ 38.96 21.19 3.07 -
YUV 100.11 86.75 232.06 -
System Red Green Blue C M Y K H S L
Decimal 246 40 27 0 0.84 0.89 0.04 3.56 0.92 0.54
Hex F6 28 1B 0 54 59 4 4 5C 36
Octal 366 50 33 0 124 131 4 4 134 66
Binary 11110110 101000 11011 0 1010100 1011001 100 100 1011100 110110

Color Harmonies of #F6281B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6281B

Black with #F6281B

Text Example


Text Example

White with #F6281B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6281B; }

 p { color: rgb(246,40,27); }

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

background-color css

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

 a { background-color: rgb(246,40,27); }

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

border-color css

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

 span { border-color: rgb(246,40,27); }

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