Html Css Color HEX #F0160E Scarlet

📋 copy color: '#F0160E'

red 240 ◦ green 22 ◦ blue 14

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

Shades of Scarlet #F0160E

Tints of Scarlet #F0160E

RGB

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

 GREEN value IS 22 (8.98% from 255) = 7.97%

 BLUE value IS 14 (5.86% from 255) = 5.07%

R = 86.96%
G = 7.97%
B = 5.07%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.94

 K value IS 0.06

RGB Variations

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

Color information

#F0160E (or 0xF0160E) is known color: Scarlet. HEX triplet: F0, 16 and 0E. RGB value is (240,22,14). Sum of RGB (Red+Green+Blue) = 240+22+14=276 (36% of max value = 765). Red value is 240 (94.14% from 255 or 86.96% from 276); Green value is 22 (8.98% from 255 or 7.97% from 276); Blue value is 14 (5.86% from 255 or 5.07% from 276); Max value from RGB is 240 - color contains mainly: red. Hex color #F0160E is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F0160E is #0FE9F1. Grayscale: #565656. Windows color (decimal): -1042930 or 923376. OLE color: 923376.

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

Color convert

RGB 240 22 14 -
CMYK 0 0.91 0.94 0.06
HSL 2.12º 0.89% 0.5% -
HSV(B) 2.12º 0.94% 0.94% -
XYZ 36.3 19.13 2.19 -
YUV 86.27 87.22 237.65 -
System Red Green Blue C M Y K H S L
Decimal 240 22 14 0 0.91 0.94 0.06 2.12 0.89 0.5
Hex F0 16 E 0 5B 5E 6 2 59 32
Octal 360 26 16 0 133 136 6 2 131 62
Binary 11110000 10110 1110 0 1011011 1011110 110 10 1011001 110010

Color Harmonies of #F0160E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0160E

Black with #F0160E

Text Example


Text Example

White with #F0160E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0160E; }

 p { color: rgb(240,22,14); }

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

background-color css

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

 a { background-color: rgb(240,22,14); }

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

border-color css

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

 span { border-color: rgb(240,22,14); }

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