Html Css Color HEX #F03008 Scarlet

📋 copy color: '#F03008'

red 240 ◦ green 48 ◦ blue 8

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

Shades of Scarlet #F03008

Tints of Scarlet #F03008

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 2.7%

R = 81.08%
G = 16.22%
B = 2.7%

CMYK

 C value IS 0

 M value IS 0.8

 Y value IS 0.97

 K value IS 0.06

RGB Variations

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

Color information

#F03008 (or 0xF03008) is known color: Scarlet. HEX triplet: F0, 30 and 08. RGB value is (240,48,8). Sum of RGB (Red+Green+Blue) = 240+48+8=296 (39% of max value = 765). Red value is 240 (94.14% from 255 or 81.08% from 296); Green value is 48 (19.14% from 255 or 16.22% from 296); Blue value is 8 (3.52% from 255 or 2.70% from 296); Max value from RGB is 240 - color contains mainly: red. Hex color #F03008 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F03008 is #0FCFF7. Grayscale: #656565. Windows color (decimal): -1036280 or 536816. OLE color: 536816.

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

Color convert

RGB 240 48 8 -
CMYK 0 0.8 0.97 0.06
HSL 10.34º 0.94% 0.49% -
HSV(B) 10.34º 0.97% 0.94% -
XYZ 37.04 20.66 2.26 -
YUV 100.85 75.61 227.25 -
System Red Green Blue C M Y K H S L
Decimal 240 48 8 0 0.8 0.97 0.06 10.34 0.94 0.49
Hex F0 30 8 0 50 61 6 A 5E 31
Octal 360 60 10 0 120 141 6 12 136 61
Binary 11110000 110000 1000 0 1010000 1100001 110 1010 1011110 110001

Color Harmonies of #F03008

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F03008

Black with #F03008

Text Example


Text Example

White with #F03008

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F03008; }

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

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

background-color css

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

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

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

border-color css

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

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

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