Html Css Color HEX #FC0C4B Torch Red

📋 copy color: '#FC0C4B'

red 252 ◦ green 12 ◦ blue 75

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

Shades of Torch Red #FC0C4B

Tints of Torch Red #FC0C4B

RGB

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

 GREEN value IS 12 (5.08% from 255) = 3.54%

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

R = 74.34%
G = 3.54%
B = 22.12%

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

#FC0C4B (or 0xFC0C4B) is known color: Torch Red. HEX triplet: FC, 0C and 4B. RGB value is (252,12,75). Sum of RGB (Red+Green+Blue) = 252+12+75=339 (44% of max value = 765). Red value is 252 (98.83% from 255 or 74.34% from 339); Green value is 12 (5.08% from 255 or 3.54% from 339); Blue value is 75 (29.69% from 255 or 22.12% from 339); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0C4B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FC0C4B is #03F3B4. Grayscale: #5A5A5A. Windows color (decimal): -258997 or 4918524. OLE color: 4918524.

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

Color convert

RGB 252 12 75 -
CMYK 0 0.95 0.70 0.01
HSL 344.25º 0.98% 0.52% -
HSV(B) 344.25º 0.95% 0.99% -
XYZ 41.55 21.47 8.61 -
YUV 90.94 119.01 242.88 -
System Red Green Blue C M Y K H S L
Decimal 252 12 75 0 0.95 0.70 0.01 344.25 0.98 0.52
Hex FC C 4B 0 5F 46 1 158 62 34
Octal 374 14 113 0 137 106 1 530 142 64
Binary 11111100 1100 1001011 0 1011111 1000110 1 101011000 1100010 110100

Color Harmonies of #FC0C4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC0C4B

Black with #FC0C4B

Text Example


Text Example

White with #FC0C4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC0C4B; }

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

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

background-color css

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

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

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

border-color css

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

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

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