Html Css Color HEX #F61C02 Scarlet

📋 copy color: '#F61C02'

red 246 ◦ green 28 ◦ blue 2

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

Shades of Scarlet #F61C02

Tints of Scarlet #F61C02

RGB

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

 GREEN value IS 28 (11.33% from 255) = 10.14%

 BLUE value IS 2 (1.17% from 255) = 0.72%

R = 89.13%
G = 10.14%
B = 0.72%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.99

 K value IS 0.04

RGB Variations

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

Color information

#F61C02 (or 0xF61C02) is known color: Scarlet. HEX triplet: F6, 1C and 02. RGB value is (246,28,2). Sum of RGB (Red+Green+Blue) = 246+28+2=276 (36% of max value = 765). Red value is 246 (96.48% from 255 or 89.13% from 276); Green value is 28 (11.33% from 255 or 10.14% from 276); Blue value is 2 (1.17% from 255 or 0.72% from 276); Max value from RGB is 246 - color contains mainly: red. Hex color #F61C02 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F61C02 is #09E3FD. Grayscale: #5A5A5A. Windows color (decimal): -648190 or 138486. OLE color: 138486.

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

Color convert

RGB 246 28 2 -
CMYK 0 0.89 0.99 0.04
HSL 6.39º 0.98% 0.49% -
HSV(B) 6.39º 0.99% 0.96% -
XYZ 38.43 20.43 1.97 -
YUV 90.22 78.22 239.11 -
System Red Green Blue C M Y K H S L
Decimal 246 28 2 0 0.89 0.99 0.04 6.39 0.98 0.49
Hex F6 1C 2 0 59 63 4 6 62 31
Octal 366 34 2 0 131 143 4 6 142 61
Binary 11110110 11100 10 0 1011001 1100011 100 110 1100010 110001

Color Harmonies of #F61C02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F61C02

Black with #F61C02

Text Example


Text Example

White with #F61C02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F61C02; }

 p { color: rgb(246,28,2); }

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

background-color css

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

 a { background-color: rgb(246,28,2); }

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

border-color css

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

 span { border-color: rgb(246,28,2); }

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