Html Css Color HEX #FC0F3F Torch Red

📋 copy color: '#FC0F3F'

red 252 ◦ green 15 ◦ blue 63

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

Shades of Torch Red #FC0F3F

Tints of Torch Red #FC0F3F

RGB

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

 GREEN value IS 15 (6.25% from 255) = 4.55%

 BLUE value IS 63 (25% from 255) = 19.09%

R = 76.36%
G = 4.55%
B = 19.09%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.75

 K value IS 0.01

RGB Variations

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

Color information

#FC0F3F (or 0xFC0F3F) is known color: Torch Red. HEX triplet: FC, 0F and 3F. RGB value is (252,15,63). Sum of RGB (Red+Green+Blue) = 252+15+63=330 (43% of max value = 765). Red value is 252 (98.83% from 255 or 76.36% from 330); Green value is 15 (6.25% from 255 or 4.55% from 330); Blue value is 63 (25% from 255 or 19.09% from 330); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0F3F is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FC0F3F is #03F0C0. Grayscale: #5B5B5B. Windows color (decimal): -258241 or 4132860. OLE color: 4132860.

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

Color convert

RGB 252 15 63 -
CMYK 0 0.94 0.75 0.01
HSL 347.85º 0.98% 0.52% -
HSV(B) 347.85º 0.94% 0.99% -
XYZ 41.21 21.4 6.66 -
YUV 91.34 112.02 242.6 -
System Red Green Blue C M Y K H S L
Decimal 252 15 63 0 0.94 0.75 0.01 347.85 0.98 0.52
Hex FC F 3F 0 5E 4B 1 15C 62 34
Octal 374 17 77 0 136 113 1 534 142 64
Binary 11111100 1111 111111 0 1011110 1001011 1 101011100 1100010 110100

Color Harmonies of #FC0F3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC0F3F

Black with #FC0F3F

Text Example


Text Example

White with #FC0F3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC0F3F; }

 p { color: rgb(252,15,63); }

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

background-color css

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

 a { background-color: rgb(252,15,63); }

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

border-color css

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

 span { border-color: rgb(252,15,63); }

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