Html Css Color HEX #F02E09 Scarlet

📋 copy color: '#F02E09'

red 240 ◦ green 46 ◦ blue 9

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

Shades of Scarlet #F02E09

Tints of Scarlet #F02E09

RGB

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

 GREEN value IS 46 (18.36% from 255) = 15.59%

 BLUE value IS 9 (3.91% from 255) = 3.05%

R = 81.36%
G = 15.59%
B = 3.05%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.96

 K value IS 0.06

RGB Variations

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

Color information

#F02E09 (or 0xF02E09) is known color: Scarlet. HEX triplet: F0, 2E and 09. RGB value is (240,46,9). Sum of RGB (Red+Green+Blue) = 240+46+9=295 (39% of max value = 765). Red value is 240 (94.14% from 255 or 81.36% from 295); Green value is 46 (18.36% from 255 or 15.59% from 295); Blue value is 9 (3.91% from 255 or 3.05% from 295); Max value from RGB is 240 - color contains mainly: red. Hex color #F02E09 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F02E09 is #0FD1F6. Grayscale: #646464. Windows color (decimal): -1036791 or 601840. OLE color: 601840.

HSL color Cylindrical-coordinate representation of color #F02E09: hue angle of 9.61º degrees, saturation: 0.93, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F02E09 is Cyan = 0, Magento = 0.81, Yellow = 0.96 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 46 9 -
CMYK 0 0.81 0.96 0.06
HSL 9.61º 0.93% 0.49% -
HSV(B) 9.61º 0.96% 0.94% -
XYZ 36.96 20.5 2.27 -
YUV 99.79 76.77 228.01 -
System Red Green Blue C M Y K H S L
Decimal 240 46 9 0 0.81 0.96 0.06 9.61 0.93 0.49
Hex F0 2E 9 0 51 60 6 A 5D 31
Octal 360 56 11 0 121 140 6 12 135 61
Binary 11110000 101110 1001 0 1010001 1100000 110 1010 1011101 110001

Color Harmonies of #F02E09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F02E09

Black with #F02E09

Text Example


Text Example

White with #F02E09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F02E09; }

 p { color: rgb(240,46,9); }

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

background-color css

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

 a { background-color: rgb(240,46,9); }

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

border-color css

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

 span { border-color: rgb(240,46,9); }

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