Html Css Color HEX #F02701 Scarlet

📋 copy color: '#F02701'

red 240 ◦ green 39 ◦ blue 1

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

Shades of Scarlet #F02701

Tints of Scarlet #F02701

RGB

 RED value IS 240 (94.14% from 255) = 85.71%

 GREEN value IS 39 (15.63% from 255) = 13.93%

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

R = 85.71%
G = 13.93%
B = 0.36%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 1.00

 K value IS 0.06

RGB Variations

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

Color information

#F02701 (or 0xF02701) is known color: Scarlet. HEX triplet: F0, 27 and 01. RGB value is (240,39,1). Sum of RGB (Red+Green+Blue) = 240+39+1=280 (37% of max value = 765). Red value is 240 (94.14% from 255 or 85.71% from 280); Green value is 39 (15.62% from 255 or 13.93% from 280); Blue value is 1 (0.78% from 255 or 0.36% from 280); Max value from RGB is 240 - color contains mainly: red. Hex color #F02701 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F02701 is #0FD8FE. Grayscale: #5F5F5F. Windows color (decimal): -1038591 or 75760. OLE color: 75760.

HSL color Cylindrical-coordinate representation of color #F02701: hue angle of 9.54º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F02701 is Cyan = 0, Magento = 0.84, Yellow = 1.00 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 39 1 -
CMYK 0 0.84 1.00 0.06
HSL 9.54º 0.99% 0.47% -
HSV(B) 9.54º 1% 0.94% -
XYZ 36.67 19.98 1.95 -
YUV 94.77 75.09 231.59 -
System Red Green Blue C M Y K H S L
Decimal 240 39 1 0 0.84 1.00 0.06 9.54 0.99 0.47
Hex F0 27 1 0 54 64 6 A 63 2F
Octal 360 47 1 0 124 144 6 12 143 57
Binary 11110000 100111 1 0 1010100 1100100 110 1010 1100011 101111

Color Harmonies of #F02701

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F02701

Black with #F02701

Text Example


Text Example

White with #F02701

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F02701; }

 p { color: rgb(240,39,1); }

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

background-color css

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

 a { background-color: rgb(240,39,1); }

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

border-color css

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

 span { border-color: rgb(240,39,1); }

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