Html Css Color HEX #F60530 Torch Red

📋 copy color: '#F60530'

red 246 ◦ green 5 ◦ blue 48

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

Shades of Torch Red #F60530

Tints of Torch Red #F60530

RGB

 RED value IS 246 (96.48% from 255) = 82.27%

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

 BLUE value IS 48 (19.14% from 255) = 16.05%

R = 82.27%
G = 1.67%
B = 16.05%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.80

 K value IS 0.04

RGB Variations

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

Color information

#F60530 (or 0xF60530) is known color: Torch Red. HEX triplet: F6, 05 and 30. RGB value is (246,5,48). Sum of RGB (Red+Green+Blue) = 246+5+48=299 (39% of max value = 765). Red value is 246 (96.48% from 255 or 82.27% from 299); Green value is 5 (2.34% from 255 or 1.67% from 299); Blue value is 48 (19.14% from 255 or 16.05% from 299); Max value from RGB is 246 - color contains mainly: red. Hex color #F60530 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F60530 is #09FACF. Grayscale: #525252. Windows color (decimal): -654032 or 3147254. OLE color: 3147254.

HSL color Cylindrical-coordinate representation of color #F60530: hue angle of 349.29º degrees, saturation: 0.96, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F60530 is Cyan = 0, Magento = 0.98, Yellow = 0.80 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 5 48 -
CMYK 0 0.98 0.80 0.04
HSL 349.29º 0.96% 0.49% -
HSV(B) 349.29º 0.98% 0.96% -
XYZ 38.59 19.91 4.61 -
YUV 81.96 108.84 245 -
System Red Green Blue C M Y K H S L
Decimal 246 5 48 0 0.98 0.80 0.04 349.29 0.96 0.49
Hex F6 5 30 0 62 50 4 15D 60 31
Octal 366 5 60 0 142 120 4 535 140 61
Binary 11110110 101 110000 0 1100010 1010000 100 101011101 1100000 110001

Color Harmonies of #F60530

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F60530

Black with #F60530

Text Example


Text Example

White with #F60530

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F60530; }

 p { color: rgb(246,5,48); }

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

background-color css

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

 a { background-color: rgb(246,5,48); }

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

border-color css

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

 span { border-color: rgb(246,5,48); }

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