Html Css Color HEX #FC0D4C Torch Red

📋 copy color: '#FC0D4C'

red 252 ◦ green 13 ◦ blue 76

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

Shades of Torch Red #FC0D4C

Tints of Torch Red #FC0D4C

RGB

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

 GREEN value IS 13 (5.47% from 255) = 3.81%

 BLUE value IS 76 (30.08% from 255) = 22.29%

R = 73.9%
G = 3.81%
B = 22.29%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.70

 K value IS 0.01

RGB Variations

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

Color information

#FC0D4C (or 0xFC0D4C) is known color: Torch Red. HEX triplet: FC, 0D and 4C. RGB value is (252,13,76). Sum of RGB (Red+Green+Blue) = 252+13+76=341 (45% of max value = 765). Red value is 252 (98.83% from 255 or 73.90% from 341); Green value is 13 (5.47% from 255 or 3.81% from 341); Blue value is 76 (30.08% from 255 or 22.29% from 341); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0D4C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FC0D4C is #03F2B3. Grayscale: #5B5B5B. Windows color (decimal): -258740 or 4984316. OLE color: 4984316.

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

Color convert

RGB 252 13 76 -
CMYK 0 0.95 0.70 0.01
HSL 344.18º 0.98% 0.52% -
HSV(B) 344.18º 0.95% 0.99% -
XYZ 41.59 21.51 8.8 -
YUV 91.64 119.18 242.38 -
System Red Green Blue C M Y K H S L
Decimal 252 13 76 0 0.95 0.70 0.01 344.18 0.98 0.52
Hex FC D 4C 0 5F 46 1 158 62 34
Octal 374 15 114 0 137 106 1 530 142 64
Binary 11111100 1101 1001100 0 1011111 1000110 1 101011000 1100010 110100

Color Harmonies of #FC0D4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC0D4C

Black with #FC0D4C

Text Example


Text Example

White with #FC0D4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC0D4C; }

 p { color: rgb(252,13,76); }

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

background-color css

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

 a { background-color: rgb(252,13,76); }

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

border-color css

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

 span { border-color: rgb(252,13,76); }

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