Html Css Color HEX #FC0D4E Torch Red

📋 copy color: '#FC0D4E'

red 252 ◦ green 13 ◦ blue 78

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

Shades of Torch Red #FC0D4E

Tints of Torch Red #FC0D4E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 22.74%

R = 73.47%
G = 3.79%
B = 22.74%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.69

 K value IS 0.01

RGB Variations

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

Color information

#FC0D4E (or 0xFC0D4E) is known color: Torch Red. HEX triplet: FC, 0D and 4E. RGB value is (252,13,78). Sum of RGB (Red+Green+Blue) = 252+13+78=343 (45% of max value = 765). Red value is 252 (98.83% from 255 or 73.47% from 343); Green value is 13 (5.47% from 255 or 3.79% from 343); Blue value is 78 (30.86% from 255 or 22.74% from 343); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0D4E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FC0D4E is #03F2B1. Grayscale: #5B5B5B. Windows color (decimal): -258738 or 5115388. OLE color: 5115388.

HSL color Cylindrical-coordinate representation of color #FC0D4E: hue angle of 343.68º 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 #FC0D4E is Cyan = 0, Magento = 0.95, Yellow = 0.69 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 13 78 -
CMYK 0 0.95 0.69 0.01
HSL 343.68º 0.98% 0.52% -
HSV(B) 343.68º 0.95% 0.99% -
XYZ 41.66 21.53 9.17 -
YUV 91.87 120.18 242.21 -
System Red Green Blue C M Y K H S L
Decimal 252 13 78 0 0.95 0.69 0.01 343.68 0.98 0.52
Hex FC D 4E 0 5F 45 1 158 62 34
Octal 374 15 116 0 137 105 1 530 142 64
Binary 11111100 1101 1001110 0 1011111 1000101 1 101011000 1100010 110100

Color Harmonies of #FC0D4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC0D4E

Black with #FC0D4E

Text Example


Text Example

White with #FC0D4E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC0D4E; }

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

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

background-color css

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

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

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

border-color css

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

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

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