Html Css Color HEX #F02516 Scarlet

📋 copy color: '#F02516'

red 240 ◦ green 37 ◦ blue 22

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

Shades of Scarlet #F02516

Tints of Scarlet #F02516

RGB

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

 GREEN value IS 37 (14.84% from 255) = 12.37%

 BLUE value IS 22 (8.98% from 255) = 7.36%

R = 80.27%
G = 12.37%
B = 7.36%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.91

 K value IS 0.06

RGB Variations

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

Color information

#F02516 (or 0xF02516) is known color: Scarlet. HEX triplet: F0, 25 and 16. RGB value is (240,37,22). Sum of RGB (Red+Green+Blue) = 240+37+22=299 (39% of max value = 765). Red value is 240 (94.14% from 255 or 80.27% from 299); Green value is 37 (14.84% from 255 or 12.37% from 299); Blue value is 22 (8.98% from 255 or 7.36% from 299); Max value from RGB is 240 - color contains mainly: red. Hex color #F02516 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F02516 is #0FDAE9. Grayscale: #606060. Windows color (decimal): -1039082 or 1451504. OLE color: 1451504.

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

Color convert

RGB 240 37 22 -
CMYK 0 0.85 0.91 0.06
HSL 4.13º 0.88% 0.51% -
HSV(B) 4.13º 0.91% 0.94% -
XYZ 36.74 19.91 2.66 -
YUV 95.99 86.25 230.72 -
System Red Green Blue C M Y K H S L
Decimal 240 37 22 0 0.85 0.91 0.06 4.13 0.88 0.51
Hex F0 25 16 0 55 5B 6 4 58 33
Octal 360 45 26 0 125 133 6 4 130 63
Binary 11110000 100101 10110 0 1010101 1011011 110 100 1011000 110011

Color Harmonies of #F02516

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F02516

Black with #F02516

Text Example


Text Example

White with #F02516

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F02516; }

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

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

background-color css

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

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

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

border-color css

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

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

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