Html Css Color HEX #F61401 Scarlet

📋 copy color: '#F61401'

red 246 ◦ green 20 ◦ blue 1

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

Shades of Scarlet #F61401

Tints of Scarlet #F61401

RGB

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

 GREEN value IS 20 (8.2% from 255) = 7.49%

 BLUE value IS 1 (0.78% from 255) = 0.37%

R = 92.13%
G = 7.49%
B = 0.37%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 1.00

 K value IS 0.04

RGB Variations

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

Color information

#F61401 (or 0xF61401) is known color: Scarlet. HEX triplet: F6, 14 and 01. RGB value is (246,20,1). Sum of RGB (Red+Green+Blue) = 246+20+1=267 (35% of max value = 765). Red value is 246 (96.48% from 255 or 92.13% from 267); Green value is 20 (8.20% from 255 or 7.49% from 267); Blue value is 1 (0.78% from 255 or 0.37% from 267); Max value from RGB is 246 - color contains mainly: red. Hex color #F61401 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F61401 is #09EBFE. Grayscale: #555555. Windows color (decimal): -650239 or 70902. OLE color: 70902.

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

Color convert

RGB 246 20 1 -
CMYK 0 0.92 1.00 0.04
HSL 4.65º 0.99% 0.48% -
HSV(B) 4.65º 1% 0.96% -
XYZ 38.26 20.1 1.89 -
YUV 85.41 80.37 242.54 -
System Red Green Blue C M Y K H S L
Decimal 246 20 1 0 0.92 1.00 0.04 4.65 0.99 0.48
Hex F6 14 1 0 5C 64 4 5 63 30
Octal 366 24 1 0 134 144 4 5 143 60
Binary 11110110 10100 1 0 1011100 1100100 100 101 1100011 110000

Color Harmonies of #F61401

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F61401

Black with #F61401

Text Example


Text Example

White with #F61401

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F61401; }

 p { color: rgb(246,20,1); }

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

background-color css

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

 a { background-color: rgb(246,20,1); }

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

border-color css

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

 span { border-color: rgb(246,20,1); }

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