Html Css Color HEX #F02416 Scarlet

📋 copy color: '#F02416'

red 240 ◦ green 36 ◦ blue 22

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

Shades of Scarlet #F02416

Tints of Scarlet #F02416

RGB

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

 GREEN value IS 36 (14.45% from 255) = 12.08%

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

R = 80.54%
G = 12.08%
B = 7.38%

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

#F02416 (or 0xF02416) is known color: Scarlet. HEX triplet: F0, 24 and 16. RGB value is (240,36,22). Sum of RGB (Red+Green+Blue) = 240+36+22=298 (39% of max value = 765). Red value is 240 (94.14% from 255 or 80.54% from 298); Green value is 36 (14.45% from 255 or 12.08% from 298); Blue value is 22 (8.98% from 255 or 7.38% from 298); Max value from RGB is 240 - color contains mainly: red. Hex color #F02416 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F02416 is #0FDBE9. Grayscale: #5F5F5F. Windows color (decimal): -1039338 or 1451248. OLE color: 1451248.

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

Color convert

RGB 240 36 22 -
CMYK 0 0.85 0.91 0.06
HSL 3.85º 0.88% 0.51% -
HSV(B) 3.85º 0.91% 0.94% -
XYZ 36.71 19.84 2.65 -
YUV 95.4 86.59 231.14 -
System Red Green Blue C M Y K H S L
Decimal 240 36 22 0 0.85 0.91 0.06 3.85 0.88 0.51
Hex F0 24 16 0 55 5B 6 4 58 33
Octal 360 44 26 0 125 133 6 4 130 63
Binary 11110000 100100 10110 0 1010101 1011011 110 100 1011000 110011

Color Harmonies of #F02416

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F02416

Black with #F02416

Text Example


Text Example

White with #F02416

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F02416; }

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

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

background-color css

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

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

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

border-color css

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

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

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