Html Css Color HEX #F03001 Scarlet

📋 copy color: '#F03001'

red 240 ◦ green 48 ◦ blue 1

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

Shades of Scarlet #F03001

Tints of Scarlet #F03001

RGB

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

 GREEN value IS 48 (19.14% from 255) = 16.61%

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

R = 83.04%
G = 16.61%
B = 0.35%

CMYK

 C value IS 0

 M value IS 0.8

 Y value IS 1.00

 K value IS 0.06

RGB Variations

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

Color information

#F03001 (or 0xF03001) is known color: Scarlet. HEX triplet: F0, 30 and 01. RGB value is (240,48,1). Sum of RGB (Red+Green+Blue) = 240+48+1=289 (38% of max value = 765). Red value is 240 (94.14% from 255 or 83.04% from 289); Green value is 48 (19.14% from 255 or 16.61% from 289); Blue value is 1 (0.78% from 255 or 0.35% from 289); Max value from RGB is 240 - color contains mainly: red. Hex color #F03001 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F03001 is #0FCFFE. Grayscale: #646464. Windows color (decimal): -1036287 or 78064. OLE color: 78064.

HSL color Cylindrical-coordinate representation of color #F03001: hue angle of 11.8º 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 #F03001 is Cyan = 0, Magento = 0.8, Yellow = 1.00 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 48 1 -
CMYK 0 0.8 1.00 0.06
HSL 11.8º 0.99% 0.47% -
HSV(B) 11.8º 1% 0.94% -
XYZ 37 20.64 2.06 -
YUV 100.05 72.11 227.82 -
System Red Green Blue C M Y K H S L
Decimal 240 48 1 0 0.8 1.00 0.06 11.8 0.99 0.47
Hex F0 30 1 0 50 64 6 C 63 2F
Octal 360 60 1 0 120 144 6 14 143 57
Binary 11110000 110000 1 0 1010000 1100100 110 1100 1100011 101111

Color Harmonies of #F03001

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F03001

Black with #F03001

Text Example


Text Example

White with #F03001

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F03001; }

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

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

background-color css

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

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

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

border-color css

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

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

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