Html Css Color HEX #FC014B Torch Red

📋 copy color: '#FC014B'

red 252 ◦ green 1 ◦ blue 75

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

Shades of Torch Red #FC014B

Tints of Torch Red #FC014B

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.3%

 BLUE value IS 75 (29.69% from 255) = 22.87%

R = 76.83%
G = 0.3%
B = 22.87%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.70

 K value IS 0.01

RGB Variations

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

Color information

#FC014B (or 0xFC014B) is known color: Torch Red. HEX triplet: FC, 01 and 4B. RGB value is (252,1,75). Sum of RGB (Red+Green+Blue) = 252+1+75=328 (43% of max value = 765). Red value is 252 (98.83% from 255 or 76.83% from 328); Green value is 1 (0.78% from 255 or 0.30% from 328); Blue value is 75 (29.69% from 255 or 22.87% from 328); Max value from RGB is 252 - color contains mainly: red. Hex color #FC014B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FC014B is #03FEB4. Grayscale: #545454. Windows color (decimal): -261813 or 4915708. OLE color: 4915708.

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

Color convert

RGB 252 1 75 -
CMYK 0 1.00 0.70 0.01
HSL 342.31º 0.99% 0.5% -
HSV(B) 342.31º 1% 0.99% -
XYZ 41.43 21.23 8.57 -
YUV 84.49 122.66 247.48 -
System Red Green Blue C M Y K H S L
Decimal 252 1 75 0 1.00 0.70 0.01 342.31 0.99 0.5
Hex FC 1 4B 0 64 46 1 156 63 32
Octal 374 1 113 0 144 106 1 526 143 62
Binary 11111100 1 1001011 0 1100100 1000110 1 101010110 1100011 110010

Color Harmonies of #FC014B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC014B

Black with #FC014B

Text Example


Text Example

White with #FC014B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC014B; }

 p { color: rgb(252,1,75); }

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

background-color css

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

 a { background-color: rgb(252,1,75); }

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

border-color css

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

 span { border-color: rgb(252,1,75); }

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