Html Css Color HEX #F6250B Scarlet

📋 copy color: '#F6250B'

red 246 ◦ green 37 ◦ blue 11

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

Shades of Scarlet #F6250B

Tints of Scarlet #F6250B

RGB

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

 GREEN value IS 37 (14.84% from 255) = 12.59%

 BLUE value IS 11 (4.69% from 255) = 3.74%

R = 83.67%
G = 12.59%
B = 3.74%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.96

 K value IS 0.04

RGB Variations

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

Color information

#F6250B (or 0xF6250B) is known color: Scarlet. HEX triplet: F6, 25 and 0B. RGB value is (246,37,11). Sum of RGB (Red+Green+Blue) = 246+37+11=294 (38% of max value = 765). Red value is 246 (96.48% from 255 or 83.67% from 294); Green value is 37 (14.84% from 255 or 12.59% from 294); Blue value is 11 (4.69% from 255 or 3.74% from 294); Max value from RGB is 246 - color contains mainly: red. Hex color #F6250B is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F6250B is #09DAF4. Grayscale: #606060. Windows color (decimal): -645877 or 730614. OLE color: 730614.

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

Color convert

RGB 246 37 11 -
CMYK 0 0.85 0.96 0.04
HSL 6.64º 0.93% 0.5% -
HSV(B) 6.64º 0.96% 0.96% -
XYZ 38.73 20.94 2.32 -
YUV 96.53 79.74 234.61 -
System Red Green Blue C M Y K H S L
Decimal 246 37 11 0 0.85 0.96 0.04 6.64 0.93 0.5
Hex F6 25 B 0 55 60 4 7 5D 32
Octal 366 45 13 0 125 140 4 7 135 62
Binary 11110110 100101 1011 0 1010101 1100000 100 111 1011101 110010

Color Harmonies of #F6250B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6250B

Black with #F6250B

Text Example


Text Example

White with #F6250B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6250B; }

 p { color: rgb(246,37,11); }

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

background-color css

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

 a { background-color: rgb(246,37,11); }

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

border-color css

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

 span { border-color: rgb(246,37,11); }

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