Html Css Color HEX #F61702 Scarlet

📋 copy color: '#F61702'

red 246 ◦ green 23 ◦ blue 2

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

Shades of Scarlet #F61702

Tints of Scarlet #F61702

RGB

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

 GREEN value IS 23 (9.38% from 255) = 8.49%

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

R = 90.77%
G = 8.49%
B = 0.74%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.99

 K value IS 0.04

RGB Variations

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

Color information

#F61702 (or 0xF61702) is known color: Scarlet. HEX triplet: F6, 17 and 02. RGB value is (246,23,2). Sum of RGB (Red+Green+Blue) = 246+23+2=271 (35% of max value = 765). Red value is 246 (96.48% from 255 or 90.77% from 271); Green value is 23 (9.38% from 255 or 8.49% from 271); Blue value is 2 (1.17% from 255 or 0.74% from 271); Max value from RGB is 246 - color contains mainly: red. Hex color #F61702 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F61702 is #09E8FD. Grayscale: #575757. Windows color (decimal): -649470 or 137206. OLE color: 137206.

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

Color convert

RGB 246 23 2 -
CMYK 0 0.91 0.99 0.04
HSL 5.16º 0.98% 0.49% -
HSV(B) 5.16º 0.99% 0.96% -
XYZ 38.32 20.21 1.94 -
YUV 87.28 79.88 241.21 -
System Red Green Blue C M Y K H S L
Decimal 246 23 2 0 0.91 0.99 0.04 5.16 0.98 0.49
Hex F6 17 2 0 5B 63 4 5 62 31
Octal 366 27 2 0 133 143 4 5 142 61
Binary 11110110 10111 10 0 1011011 1100011 100 101 1100010 110001

Color Harmonies of #F61702

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F61702

Black with #F61702

Text Example


Text Example

White with #F61702

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F61702; }

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

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

background-color css

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

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

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

border-color css

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

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

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