Html Css Color HEX #F02A10 Scarlet

📋 copy color: '#F02A10'

red 240 ◦ green 42 ◦ blue 16

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

Shades of Scarlet #F02A10

Tints of Scarlet #F02A10

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 5.37%

R = 80.54%
G = 14.09%
B = 5.37%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.93

 K value IS 0.06

RGB Variations

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

Color information

#F02A10 (or 0xF02A10) is known color: Scarlet. HEX triplet: F0, 2A and 10. RGB value is (240,42,16). Sum of RGB (Red+Green+Blue) = 240+42+16=298 (39% of max value = 765). Red value is 240 (94.14% from 255 or 80.54% from 298); Green value is 42 (16.80% from 255 or 14.09% from 298); Blue value is 16 (6.64% from 255 or 5.37% from 298); Max value from RGB is 240 - color contains mainly: red. Hex color #F02A10 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F02A10 is #0FD5EF. Grayscale: #626262. Windows color (decimal): -1037808 or 1059568. OLE color: 1059568.

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

Color convert

RGB 240 42 16 -
CMYK 0 0.82 0.93 0.06
HSL 6.96º 0.88% 0.5% -
HSV(B) 6.96º 0.93% 0.94% -
XYZ 36.86 20.22 2.45 -
YUV 98.24 81.6 229.11 -
System Red Green Blue C M Y K H S L
Decimal 240 42 16 0 0.82 0.93 0.06 6.96 0.88 0.5
Hex F0 2A 10 0 52 5D 6 7 58 32
Octal 360 52 20 0 122 135 6 7 130 62
Binary 11110000 101010 10000 0 1010010 1011101 110 111 1011000 110010

Color Harmonies of #F02A10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F02A10

Black with #F02A10

Text Example


Text Example

White with #F02A10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F02A10; }

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

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

background-color css

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

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

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

border-color css

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

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

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