Html Css Color HEX #F02B0F Scarlet

📋 copy color: '#F02B0F'

red 240 ◦ green 43 ◦ blue 15

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

Shades of Scarlet #F02B0F

Tints of Scarlet #F02B0F

RGB

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

 GREEN value IS 43 (17.19% from 255) = 14.43%

 BLUE value IS 15 (6.25% from 255) = 5.03%

R = 80.54%
G = 14.43%
B = 5.03%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.94

 K value IS 0.06

RGB Variations

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

Color information

#F02B0F (or 0xF02B0F) is known color: Scarlet. HEX triplet: F0, 2B and 0F. RGB value is (240,43,15). Sum of RGB (Red+Green+Blue) = 240+43+15=298 (39% of max value = 765). Red value is 240 (94.14% from 255 or 80.54% from 298); Green value is 43 (17.19% from 255 or 14.43% from 298); Blue value is 15 (6.25% from 255 or 5.03% from 298); Max value from RGB is 240 - color contains mainly: red. Hex color #F02B0F is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F02B0F is #0FD4F0. Grayscale: #636363. Windows color (decimal): -1037553 or 994288. OLE color: 994288.

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

Color convert

RGB 240 43 15 -
CMYK 0 0.82 0.94 0.06
HSL 7.47º 0.88% 0.5% -
HSV(B) 7.47º 0.94% 0.94% -
XYZ 36.89 20.29 2.42 -
YUV 98.71 80.77 228.78 -
System Red Green Blue C M Y K H S L
Decimal 240 43 15 0 0.82 0.94 0.06 7.47 0.88 0.5
Hex F0 2B F 0 52 5E 6 7 58 32
Octal 360 53 17 0 122 136 6 7 130 62
Binary 11110000 101011 1111 0 1010010 1011110 110 111 1011000 110010

Color Harmonies of #F02B0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F02B0F

Black with #F02B0F

Text Example


Text Example

White with #F02B0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F02B0F; }

 p { color: rgb(240,43,15); }

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

background-color css

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

 a { background-color: rgb(240,43,15); }

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

border-color css

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

 span { border-color: rgb(240,43,15); }

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