Html Css Color HEX #FC0242 Torch Red

📋 copy color: '#FC0242'

red 252 ◦ green 2 ◦ blue 66

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

Shades of Torch Red #FC0242

Tints of Torch Red #FC0242

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 20.63%

R = 78.75%
G = 0.63%
B = 20.63%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.74

 K value IS 0.01

RGB Variations

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

Color information

#FC0242 (or 0xFC0242) is known color: Torch Red. HEX triplet: FC, 02 and 42. RGB value is (252,2,66). Sum of RGB (Red+Green+Blue) = 252+2+66=320 (42% of max value = 765). Red value is 252 (98.83% from 255 or 78.75% from 320); Green value is 2 (1.17% from 255 or 0.62% from 320); Blue value is 66 (26.17% from 255 or 20.62% from 320); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0242 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FC0242 is #03FDBD. Grayscale: #545454. Windows color (decimal): -261566 or 4326140. OLE color: 4326140.

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

Color convert

RGB 252 2 66 -
CMYK 0 0.99 0.74 0.01
HSL 344.64º 0.98% 0.5% -
HSV(B) 344.64º 0.99% 0.99% -
XYZ 41.15 21.13 7.06 -
YUV 84.05 117.83 247.8 -
System Red Green Blue C M Y K H S L
Decimal 252 2 66 0 0.99 0.74 0.01 344.64 0.98 0.5
Hex FC 2 42 0 63 4A 1 159 62 32
Octal 374 2 102 0 143 112 1 531 142 62
Binary 11111100 10 1000010 0 1100011 1001010 1 101011001 1100010 110010

Color Harmonies of #FC0242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC0242

Black with #FC0242

Text Example


Text Example

White with #FC0242

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC0242; }

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

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

background-color css

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

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

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

border-color css

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

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

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