Html Css Color HEX #F61F04 Scarlet

📋 copy color: '#F61F04'

red 246 ◦ green 31 ◦ blue 4

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

Shades of Scarlet #F61F04

Tints of Scarlet #F61F04

RGB

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

 GREEN value IS 31 (12.5% from 255) = 11.03%

 BLUE value IS 4 (1.95% from 255) = 1.42%

R = 87.54%
G = 11.03%
B = 1.42%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.98

 K value IS 0.04

RGB Variations

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

Color information

#F61F04 (or 0xF61F04) is known color: Scarlet. HEX triplet: F6, 1F and 04. RGB value is (246,31,4). Sum of RGB (Red+Green+Blue) = 246+31+4=281 (37% of max value = 765). Red value is 246 (96.48% from 255 or 87.54% from 281); Green value is 31 (12.5% from 255 or 11.03% from 281); Blue value is 4 (1.95% from 255 or 1.42% from 281); Max value from RGB is 246 - color contains mainly: red. Hex color #F61F04 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F61F04 is #09E0FB. Grayscale: #5C5C5C. Windows color (decimal): -647420 or 270326. OLE color: 270326.

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

Color convert

RGB 246 31 4 -
CMYK 0 0.87 0.98 0.04
HSL 6.69º 0.97% 0.49% -
HSV(B) 6.69º 0.98% 0.96% -
XYZ 38.52 20.58 2.06 -
YUV 92.21 78.23 237.7 -
System Red Green Blue C M Y K H S L
Decimal 246 31 4 0 0.87 0.98 0.04 6.69 0.97 0.49
Hex F6 1F 4 0 57 62 4 7 61 31
Octal 366 37 4 0 127 142 4 7 141 61
Binary 11110110 11111 100 0 1010111 1100010 100 111 1100001 110001

Color Harmonies of #F61F04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F61F04

Black with #F61F04

Text Example


Text Example

White with #F61F04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F61F04; }

 p { color: rgb(246,31,4); }

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

background-color css

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

 a { background-color: rgb(246,31,4); }

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

border-color css

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

 span { border-color: rgb(246,31,4); }

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