Html Css Color HEX #F63005 Scarlet

📋 copy color: '#F63005'

red 246 ◦ green 48 ◦ blue 5

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

Shades of Scarlet #F63005

Tints of Scarlet #F63005

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.67%

R = 82.27%
G = 16.05%
B = 1.67%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.98

 K value IS 0.04

RGB Variations

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

Color information

#F63005 (or 0xF63005) is known color: Scarlet. HEX triplet: F6, 30 and 05. RGB value is (246,48,5). Sum of RGB (Red+Green+Blue) = 246+48+5=299 (39% of max value = 765). Red value is 246 (96.48% from 255 or 82.27% from 299); Green value is 48 (19.14% from 255 or 16.05% from 299); Blue value is 5 (2.34% from 255 or 1.67% from 299); Max value from RGB is 246 - color contains mainly: red. Hex color #F63005 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F63005 is #09CFFA. Grayscale: #666666. Windows color (decimal): -643067 or 340214. OLE color: 340214.

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

Color convert

RGB 246 48 5 -
CMYK 0 0.80 0.98 0.04
HSL 10.71º 0.96% 0.49% -
HSV(B) 10.71º 0.98% 0.96% -
XYZ 39.09 21.72 2.28 -
YUV 102.3 73.1 230.5 -
System Red Green Blue C M Y K H S L
Decimal 246 48 5 0 0.80 0.98 0.04 10.71 0.96 0.49
Hex F6 30 5 0 50 62 4 B 60 31
Octal 366 60 5 0 120 142 4 13 140 61
Binary 11110110 110000 101 0 1010000 1100010 100 1011 1100000 110001

Color Harmonies of #F63005

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F63005

Black with #F63005

Text Example


Text Example

White with #F63005

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F63005; }

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

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

background-color css

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

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

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

border-color css

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

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

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