Html Css Color HEX #FC1250 Torch Red

📋 copy color: '#FC1250'

red 252 ◦ green 18 ◦ blue 80

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

Shades of Torch Red #FC1250

Tints of Torch Red #FC1250

RGB

 RED value IS 252 (98.83% from 255) = 72%

 GREEN value IS 18 (7.42% from 255) = 5.14%

 BLUE value IS 80 (31.64% from 255) = 22.86%

R = 72%
G = 5.14%
B = 22.86%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.68

 K value IS 0.01

RGB Variations

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

Color information

#FC1250 (or 0xFC1250) is known color: Torch Red. HEX triplet: FC, 12 and 50. RGB value is (252,18,80). Sum of RGB (Red+Green+Blue) = 252+18+80=350 (46% of max value = 765). Red value is 252 (98.83% from 255 or 72% from 350); Green value is 18 (7.42% from 255 or 5.14% from 350); Blue value is 80 (31.64% from 255 or 22.86% from 350); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1250 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FC1250 is #03EDAF. Grayscale: #5F5F5F. Windows color (decimal): -257456 or 5247740. OLE color: 5247740.

HSL color Cylindrical-coordinate representation of color #FC1250: hue angle of 344.1º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FC1250 is Cyan = 0, Magento = 0.93, Yellow = 0.68 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 18 80 -
CMYK 0 0.93 0.68 0.01
HSL 344.1º 0.98% 0.53% -
HSV(B) 344.1º 0.93% 0.99% -
XYZ 41.81 21.71 9.58 -
YUV 95.03 119.52 239.96 -
System Red Green Blue C M Y K H S L
Decimal 252 18 80 0 0.93 0.68 0.01 344.1 0.98 0.53
Hex FC 12 50 0 5D 44 1 158 62 35
Octal 374 22 120 0 135 104 1 530 142 65
Binary 11111100 10010 1010000 0 1011101 1000100 1 101011000 1100010 110101

Color Harmonies of #FC1250

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC1250

Black with #FC1250

Text Example


Text Example

White with #FC1250

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC1250; }

 p { color: rgb(252,18,80); }

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

background-color css

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

 a { background-color: rgb(252,18,80); }

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

border-color css

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

 span { border-color: rgb(252,18,80); }

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