Html Css Color HEX #F63000 Scarlet

📋 copy color: '#F63000'

red 246 ◦ green 48 ◦ blue 0

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

Shades of Scarlet #F63000

Tints of Scarlet #F63000

RGB

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

 GREEN value IS 48 (19.14% from 255) = 16.33%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 83.67%
G = 16.33%
B = 0%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 1

 K value IS 0.04

RGB Variations

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

Color information

#F63000 (or 0xF63000) is known color: Scarlet. HEX triplet: F6, 30 and 00. RGB value is (246,48,0). Sum of RGB (Red+Green+Blue) = 246+48+0=294 (38% of max value = 765). Red value is 246 (96.48% from 255 or 83.67% from 294); Green value is 48 (19.14% from 255 or 16.33% from 294); Blue value is 0 (0.39% from 255 or 0% from 294); Max value from RGB is 246 - color contains mainly: red. Hex color #F63000 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F63000 is #09CFFF. Grayscale: #666666. Windows color (decimal): -643072 or 12534. OLE color: 12534.

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

Color convert

RGB 246 48 0 -
CMYK 0 0.80 1 0.04
HSL 11.71º 1% 0.48% -
HSV(B) 11.71º 1% 0.96% -
XYZ 39.06 21.71 2.13 -
YUV 101.73 70.6 230.9 -
System Red Green Blue C M Y K H S L
Decimal 246 48 0 0 0.80 1 0.04 11.71 1 0.48
Hex F6 30 0 0 50 64 4 C 64 30
Octal 366 60 0 0 120 144 4 14 144 60
Binary 11110110 110000 0 0 1010000 1100100 100 1100 1100100 110000

Color Harmonies of #F63000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F63000

Black with #F63000

Text Example


Text Example

White with #F63000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F63000; }

 p { color: rgb(246,48,0); }

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

background-color css

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

 a { background-color: rgb(246,48,0); }

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

border-color css

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

 span { border-color: rgb(246,48,0); }

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