Html Css Color HEX #F02612 Scarlet

📋 copy color: '#F02612'

red 240 ◦ green 38 ◦ blue 18

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

Shades of Scarlet #F02612

Tints of Scarlet #F02612

RGB

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

 GREEN value IS 38 (15.23% from 255) = 12.84%

 BLUE value IS 18 (7.42% from 255) = 6.08%

R = 81.08%
G = 12.84%
B = 6.08%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.92

 K value IS 0.06

RGB Variations

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

Color information

#F02612 (or 0xF02612) is known color: Scarlet. HEX triplet: F0, 26 and 12. RGB value is (240,38,18). Sum of RGB (Red+Green+Blue) = 240+38+18=296 (39% of max value = 765). Red value is 240 (94.14% from 255 or 81.08% from 296); Green value is 38 (15.23% from 255 or 12.84% from 296); Blue value is 18 (7.42% from 255 or 6.08% from 296); Max value from RGB is 240 - color contains mainly: red. Hex color #F02612 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F02612 is #0FD9ED. Grayscale: #606060. Windows color (decimal): -1038830 or 1189616. OLE color: 1189616.

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

Color convert

RGB 240 38 18 -
CMYK 0 0.84 0.92 0.06
HSL 5.41º 0.88% 0.51% -
HSV(B) 5.41º 0.93% 0.94% -
XYZ 36.74 19.96 2.49 -
YUV 96.12 83.92 230.63 -
System Red Green Blue C M Y K H S L
Decimal 240 38 18 0 0.84 0.92 0.06 5.41 0.88 0.51
Hex F0 26 12 0 54 5C 6 5 58 33
Octal 360 46 22 0 124 134 6 5 130 63
Binary 11110000 100110 10010 0 1010100 1011100 110 101 1011000 110011

Color Harmonies of #F02612

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F02612

Black with #F02612

Text Example


Text Example

White with #F02612

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F02612; }

 p { color: rgb(240,38,18); }

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

background-color css

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

 a { background-color: rgb(240,38,18); }

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

border-color css

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

 span { border-color: rgb(240,38,18); }

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