Html Css Color HEX #FC0248 Torch Red

📋 copy color: '#FC0248'

red 252 ◦ green 2 ◦ blue 72

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

Shades of Torch Red #FC0248

Tints of Torch Red #FC0248

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 22.09%

R = 77.3%
G = 0.61%
B = 22.09%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.71

 K value IS 0.01

RGB Variations

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

Color information

#FC0248 (or 0xFC0248) is known color: Torch Red. HEX triplet: FC, 02 and 48. RGB value is (252,2,72). Sum of RGB (Red+Green+Blue) = 252+2+72=326 (43% of max value = 765). Red value is 252 (98.83% from 255 or 77.30% from 326); Green value is 2 (1.17% from 255 or 0.61% from 326); Blue value is 72 (28.52% from 255 or 22.09% from 326); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0248 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FC0248 is #03FDB7. Grayscale: #545454. Windows color (decimal): -261560 or 4719356. OLE color: 4719356.

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

Color convert

RGB 252 2 72 -
CMYK 0 0.99 0.71 0.01
HSL 343.2º 0.98% 0.5% -
HSV(B) 343.2º 0.99% 0.99% -
XYZ 41.34 21.21 8.05 -
YUV 84.73 120.83 247.31 -
System Red Green Blue C M Y K H S L
Decimal 252 2 72 0 0.99 0.71 0.01 343.2 0.98 0.5
Hex FC 2 48 0 63 47 1 157 62 32
Octal 374 2 110 0 143 107 1 527 142 62
Binary 11111100 10 1001000 0 1100011 1000111 1 101010111 1100010 110010

Color Harmonies of #FC0248

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC0248

Black with #FC0248

Text Example


Text Example

White with #FC0248

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC0248; }

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

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

background-color css

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

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

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

border-color css

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

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

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