Html Css Color HEX #FC024C Torch Red

📋 copy color: '#FC024C'

red 252 ◦ green 2 ◦ blue 76

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

Shades of Torch Red #FC024C

Tints of Torch Red #FC024C

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.61%

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

R = 76.36%
G = 0.61%
B = 23.03%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.70

 K value IS 0.01

RGB Variations

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

Color information

#FC024C (or 0xFC024C) is known color: Torch Red. HEX triplet: FC, 02 and 4C. RGB value is (252,2,76). Sum of RGB (Red+Green+Blue) = 252+2+76=330 (43% of max value = 765). Red value is 252 (98.83% from 255 or 76.36% from 330); Green value is 2 (1.17% from 255 or 0.61% from 330); Blue value is 76 (30.08% from 255 or 23.03% from 330); Max value from RGB is 252 - color contains mainly: red. Hex color #FC024C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FC024C is #03FDB3. Grayscale: #555555. Windows color (decimal): -261556 or 4981500. OLE color: 4981500.

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

Color convert

RGB 252 2 76 -
CMYK 0 0.99 0.70 0.01
HSL 342.24º 0.98% 0.5% -
HSV(B) 342.24º 0.99% 0.99% -
XYZ 41.47 21.26 8.76 -
YUV 85.19 122.83 246.98 -
System Red Green Blue C M Y K H S L
Decimal 252 2 76 0 0.99 0.70 0.01 342.24 0.98 0.5
Hex FC 2 4C 0 63 46 1 156 62 32
Octal 374 2 114 0 143 106 1 526 142 62
Binary 11111100 10 1001100 0 1100011 1000110 1 101010110 1100010 110010

Color Harmonies of #FC024C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC024C

Black with #FC024C

Text Example


Text Example

White with #FC024C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC024C; }

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

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

background-color css

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

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

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

border-color css

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

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

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