Html Css Color HEX #F03006 Scarlet

📋 copy color: '#F03006'

red 240 ◦ green 48 ◦ blue 6

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

Shades of Scarlet #F03006

Tints of Scarlet #F03006

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 2.04%

R = 81.63%
G = 16.33%
B = 2.04%

CMYK

 C value IS 0

 M value IS 0.8

 Y value IS 0.98

 K value IS 0.06

RGB Variations

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

Color information

#F03006 (or 0xF03006) is known color: Scarlet. HEX triplet: F0, 30 and 06. RGB value is (240,48,6). Sum of RGB (Red+Green+Blue) = 240+48+6=294 (38% of max value = 765). Red value is 240 (94.14% from 255 or 81.63% from 294); Green value is 48 (19.14% from 255 or 16.33% from 294); Blue value is 6 (2.73% from 255 or 2.04% from 294); Max value from RGB is 240 - color contains mainly: red. Hex color #F03006 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F03006 is #0FCFF9. Grayscale: #646464. Windows color (decimal): -1036282 or 405744. OLE color: 405744.

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

Color convert

RGB 240 48 6 -
CMYK 0 0.8 0.98 0.06
HSL 10.77º 0.95% 0.48% -
HSV(B) 10.77º 0.98% 0.94% -
XYZ 37.03 20.65 2.21 -
YUV 100.62 74.61 227.42 -
System Red Green Blue C M Y K H S L
Decimal 240 48 6 0 0.8 0.98 0.06 10.77 0.95 0.48
Hex F0 30 6 0 50 62 6 B 5F 30
Octal 360 60 6 0 120 142 6 13 137 60
Binary 11110000 110000 110 0 1010000 1100010 110 1011 1011111 110000

Color Harmonies of #F03006

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F03006

Black with #F03006

Text Example


Text Example

White with #F03006

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F03006; }

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

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

background-color css

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

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

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

border-color css

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

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

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