Html Css Color HEX #F01200 Scarlet

📋 copy color: '#F01200'

red 240 ◦ green 18 ◦ blue 0

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

Shades of Scarlet #F01200

Tints of Scarlet #F01200

RGB

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

 GREEN value IS 18 (7.42% from 255) = 6.98%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 93.02%
G = 6.98%
B = 0%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 1

 K value IS 0.06

RGB Variations

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

Color information

#F01200 (or 0xF01200) is known color: Scarlet. HEX triplet: F0, 12 and 00. RGB value is (240,18,0). Sum of RGB (Red+Green+Blue) = 240+18+0=258 (34% of max value = 765). Red value is 240 (94.14% from 255 or 93.02% from 258); Green value is 18 (7.42% from 255 or 6.98% from 258); Blue value is 0 (0.39% from 255 or 0% from 258); Max value from RGB is 240 - color contains mainly: red. Hex color #F01200 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F01200 is #0FEDFF. Grayscale: #525252. Windows color (decimal): -1043968 or 4848. OLE color: 4848.

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

Color convert

RGB 240 18 0 -
CMYK 0 0.92 1 0.06
HSL 4.5º 1% 0.47% -
HSV(B) 4.5º 1% 0.94% -
XYZ 36.15 18.96 1.75 -
YUV 82.33 81.55 240.46 -
System Red Green Blue C M Y K H S L
Decimal 240 18 0 0 0.92 1 0.06 4.5 1 0.47
Hex F0 12 0 0 5C 64 6 4 64 2F
Octal 360 22 0 0 134 144 6 4 144 57
Binary 11110000 10010 0 0 1011100 1100100 110 100 1100100 101111

Color Harmonies of #F01200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F01200

Black with #F01200

Text Example


Text Example

White with #F01200

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F01200; }

 p { color: rgb(240,18,0); }

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

background-color css

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

 a { background-color: rgb(240,18,0); }

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

border-color css

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

 span { border-color: rgb(240,18,0); }

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