Html Css Color HEX #F02805 Scarlet

📋 copy color: '#F02805'

red 240 ◦ green 40 ◦ blue 5

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

Shades of Scarlet #F02805

Tints of Scarlet #F02805

RGB

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

 GREEN value IS 40 (16.02% from 255) = 14.04%

 BLUE value IS 5 (2.34% from 255) = 1.75%

R = 84.21%
G = 14.04%
B = 1.75%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.98

 K value IS 0.06

RGB Variations

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

Color information

#F02805 (or 0xF02805) is known color: Scarlet. HEX triplet: F0, 28 and 05. RGB value is (240,40,5). Sum of RGB (Red+Green+Blue) = 240+40+5=285 (37% of max value = 765). Red value is 240 (94.14% from 255 or 84.21% from 285); Green value is 40 (16.02% from 255 or 14.04% from 285); Blue value is 5 (2.34% from 255 or 1.75% from 285); Max value from RGB is 240 - color contains mainly: red. Hex color #F02805 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F02805 is #0FD7FA. Grayscale: #606060. Windows color (decimal): -1038331 or 338160. OLE color: 338160.

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

Color convert

RGB 240 40 5 -
CMYK 0 0.83 0.98 0.06
HSL 8.94º 0.96% 0.48% -
HSV(B) 8.94º 0.98% 0.94% -
XYZ 36.72 20.05 2.08 -
YUV 95.81 76.76 230.85 -
System Red Green Blue C M Y K H S L
Decimal 240 40 5 0 0.83 0.98 0.06 8.94 0.96 0.48
Hex F0 28 5 0 53 62 6 9 60 30
Octal 360 50 5 0 123 142 6 11 140 60
Binary 11110000 101000 101 0 1010011 1100010 110 1001 1100000 110000

Color Harmonies of #F02805

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F02805

Black with #F02805

Text Example


Text Example

White with #F02805

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F02805; }

 p { color: rgb(240,40,5); }

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

background-color css

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

 a { background-color: rgb(240,40,5); }

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

border-color css

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

 span { border-color: rgb(240,40,5); }

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