Html Css Color HEX #F02105 Scarlet

📋 copy color: '#F02105'

red 240 ◦ green 33 ◦ blue 5

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

Shades of Scarlet #F02105

Tints of Scarlet #F02105

RGB

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

 GREEN value IS 33 (13.28% from 255) = 11.87%

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

R = 86.33%
G = 11.87%
B = 1.8%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.98

 K value IS 0.06

RGB Variations

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

Color information

#F02105 (or 0xF02105) is known color: Scarlet. HEX triplet: F0, 21 and 05. RGB value is (240,33,5). Sum of RGB (Red+Green+Blue) = 240+33+5=278 (36% of max value = 765). Red value is 240 (94.14% from 255 or 86.33% from 278); Green value is 33 (13.28% from 255 or 11.87% from 278); Blue value is 5 (2.34% from 255 or 1.80% from 278); Max value from RGB is 240 - color contains mainly: red. Hex color #F02105 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F02105 is #0FDEFA. Grayscale: #5C5C5C. Windows color (decimal): -1040123 or 336368. OLE color: 336368.

HSL color Cylindrical-coordinate representation of color #F02105: hue angle of 7.15º 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 #F02105 is Cyan = 0, Magento = 0.86, Yellow = 0.98 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 33 5 -
CMYK 0 0.86 0.98 0.06
HSL 7.15º 0.96% 0.48% -
HSV(B) 7.15º 0.98% 0.94% -
XYZ 36.51 19.62 2.01 -
YUV 91.7 79.08 233.78 -
System Red Green Blue C M Y K H S L
Decimal 240 33 5 0 0.86 0.98 0.06 7.15 0.96 0.48
Hex F0 21 5 0 56 62 6 7 60 30
Octal 360 41 5 0 126 142 6 7 140 60
Binary 11110000 100001 101 0 1010110 1100010 110 111 1100000 110000

Color Harmonies of #F02105

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F02105

Black with #F02105

Text Example


Text Example

White with #F02105

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F02105; }

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

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

background-color css

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

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

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

border-color css

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

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

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