Html Css Color HEX #F02A03 Scarlet

📋 copy color: '#F02A03'

red 240 ◦ green 42 ◦ blue 3

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

Shades of Scarlet #F02A03

Tints of Scarlet #F02A03

RGB

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

 GREEN value IS 42 (16.8% from 255) = 14.74%

 BLUE value IS 3 (1.56% from 255) = 1.05%

R = 84.21%
G = 14.74%
B = 1.05%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.99

 K value IS 0.06

RGB Variations

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

Color information

#F02A03 (or 0xF02A03) is known color: Scarlet. HEX triplet: F0, 2A and 03. RGB value is (240,42,3). Sum of RGB (Red+Green+Blue) = 240+42+3=285 (37% of max value = 765). Red value is 240 (94.14% from 255 or 84.21% from 285); Green value is 42 (16.80% from 255 or 14.74% from 285); Blue value is 3 (1.56% from 255 or 1.05% from 285); Max value from RGB is 240 - color contains mainly: red. Hex color #F02A03 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F02A03 is #0FD5FC. Grayscale: #616161. Windows color (decimal): -1037821 or 207600. OLE color: 207600.

HSL color Cylindrical-coordinate representation of color #F02A03: hue angle of 9.87º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F02A03 is Cyan = 0, Magento = 0.82, Yellow = 0.99 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 42 3 -
CMYK 0 0.82 0.99 0.06
HSL 9.87º 0.98% 0.48% -
HSV(B) 9.87º 0.99% 0.94% -
XYZ 36.78 20.19 2.04 -
YUV 96.76 75.1 230.17 -
System Red Green Blue C M Y K H S L
Decimal 240 42 3 0 0.82 0.99 0.06 9.87 0.98 0.48
Hex F0 2A 3 0 52 63 6 A 62 30
Octal 360 52 3 0 122 143 6 12 142 60
Binary 11110000 101010 11 0 1010010 1100011 110 1010 1100010 110000

Color Harmonies of #F02A03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F02A03

Black with #F02A03

Text Example


Text Example

White with #F02A03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F02A03; }

 p { color: rgb(240,42,3); }

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

background-color css

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

 a { background-color: rgb(240,42,3); }

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

border-color css

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

 span { border-color: rgb(240,42,3); }

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