Html Css Color HEX #F01306 Scarlet

📋 copy color: '#F01306'

red 240 ◦ green 19 ◦ blue 6

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

Shades of Scarlet #F01306

Tints of Scarlet #F01306

RGB

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

 GREEN value IS 19 (7.81% from 255) = 7.17%

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

R = 90.57%
G = 7.17%
B = 2.26%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.98

 K value IS 0.06

RGB Variations

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

Color information

#F01306 (or 0xF01306) is known color: Scarlet. HEX triplet: F0, 13 and 06. RGB value is (240,19,6). Sum of RGB (Red+Green+Blue) = 240+19+6=265 (35% of max value = 765). Red value is 240 (94.14% from 255 or 90.57% from 265); Green value is 19 (7.81% from 255 or 7.17% from 265); Blue value is 6 (2.73% from 255 or 2.26% from 265); Max value from RGB is 240 - color contains mainly: red. Hex color #F01306 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F01306 is #0FECF9. Grayscale: #535353. Windows color (decimal): -1043706 or 398320. OLE color: 398320.

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

Color convert

RGB 240 19 6 -
CMYK 0 0.92 0.98 0.06
HSL 3.33º 0.95% 0.48% -
HSV(B) 3.33º 0.98% 0.94% -
XYZ 36.2 19 1.93 -
YUV 83.6 84.22 239.56 -
System Red Green Blue C M Y K H S L
Decimal 240 19 6 0 0.92 0.98 0.06 3.33 0.95 0.48
Hex F0 13 6 0 5C 62 6 3 5F 30
Octal 360 23 6 0 134 142 6 3 137 60
Binary 11110000 10011 110 0 1011100 1100010 110 11 1011111 110000

Color Harmonies of #F01306

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F01306

Black with #F01306

Text Example


Text Example

White with #F01306

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F01306; }

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

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

background-color css

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

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

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

border-color css

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

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

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