Html Css Color HEX #F63305 Scarlet

📋 copy color: '#F63305'

red 246 ◦ green 51 ◦ blue 5

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

Shades of Scarlet #F63305

Tints of Scarlet #F63305

RGB

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

 GREEN value IS 51 (20.31% from 255) = 16.89%

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

R = 81.46%
G = 16.89%
B = 1.66%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.98

 K value IS 0.04

RGB Variations

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

Color information

#F63305 (or 0xF63305) is known color: Scarlet. HEX triplet: F6, 33 and 05. RGB value is (246,51,5). Sum of RGB (Red+Green+Blue) = 246+51+5=302 (40% of max value = 765). Red value is 246 (96.48% from 255 or 81.46% from 302); Green value is 51 (20.31% from 255 or 16.89% from 302); Blue value is 5 (2.34% from 255 or 1.66% from 302); Max value from RGB is 246 - color contains mainly: red. Hex color #F63305 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F63305 is #09CCFA. Grayscale: #686868. Windows color (decimal): -642299 or 340982. OLE color: 340982.

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

Color convert

RGB 246 51 5 -
CMYK 0 0.79 0.98 0.04
HSL 11.45º 0.96% 0.49% -
HSV(B) 11.45º 0.98% 0.96% -
XYZ 39.22 21.97 2.32 -
YUV 104.06 72.1 229.24 -
System Red Green Blue C M Y K H S L
Decimal 246 51 5 0 0.79 0.98 0.04 11.45 0.96 0.49
Hex F6 33 5 0 4F 62 4 B 60 31
Octal 366 63 5 0 117 142 4 13 140 61
Binary 11110110 110011 101 0 1001111 1100010 100 1011 1100000 110001

Color Harmonies of #F63305

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F63305

Black with #F63305

Text Example


Text Example

White with #F63305

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F63305; }

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

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

background-color css

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

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

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

border-color css

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

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

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