Html Css Color HEX #F0052F Torch Red

📋 copy color: '#F0052F'

red 240 ◦ green 5 ◦ blue 47

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

Shades of Torch Red #F0052F

Tints of Torch Red #F0052F

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.71%

 BLUE value IS 47 (18.75% from 255) = 16.1%

R = 82.19%
G = 1.71%
B = 16.1%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.80

 K value IS 0.06

RGB Variations

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

Color information

#F0052F (or 0xF0052F) is known color: Torch Red. HEX triplet: F0, 05 and 2F. RGB value is (240,5,47). Sum of RGB (Red+Green+Blue) = 240+5+47=292 (38% of max value = 765). Red value is 240 (94.14% from 255 or 82.19% from 292); Green value is 5 (2.34% from 255 or 1.71% from 292); Blue value is 47 (18.75% from 255 or 16.10% from 292); Max value from RGB is 240 - color contains mainly: red. Hex color #F0052F is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F0052F is #0FFAD0. Grayscale: #505050. Windows color (decimal): -1047249 or 3081712. OLE color: 3081712.

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

Color convert

RGB 240 5 47 -
CMYK 0 0.98 0.80 0.06
HSL 349.28º 0.96% 0.48% -
HSV(B) 349.28º 0.98% 0.94% -
XYZ 36.5 18.84 4.4 -
YUV 80.05 109.36 242.08 -
System Red Green Blue C M Y K H S L
Decimal 240 5 47 0 0.98 0.80 0.06 349.28 0.96 0.48
Hex F0 5 2F 0 62 50 6 15D 60 30
Octal 360 5 57 0 142 120 6 535 140 60
Binary 11110000 101 101111 0 1100010 1010000 110 101011101 1100000 110000

Color Harmonies of #F0052F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0052F

Black with #F0052F

Text Example


Text Example

White with #F0052F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0052F; }

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

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

background-color css

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

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

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

border-color css

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

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

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