Html Css Color HEX #FC044B Torch Red

📋 copy color: '#FC044B'

red 252 ◦ green 4 ◦ blue 75

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

Shades of Torch Red #FC044B

Tints of Torch Red #FC044B

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.21%

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

R = 76.13%
G = 1.21%
B = 22.66%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.70

 K value IS 0.01

RGB Variations

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

Color information

#FC044B (or 0xFC044B) is known color: Torch Red. HEX triplet: FC, 04 and 4B. RGB value is (252,4,75). Sum of RGB (Red+Green+Blue) = 252+4+75=331 (43% of max value = 765). Red value is 252 (98.83% from 255 or 76.13% from 331); Green value is 4 (1.95% from 255 or 1.21% from 331); Blue value is 75 (29.69% from 255 or 22.66% from 331); Max value from RGB is 252 - color contains mainly: red. Hex color #FC044B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FC044B is #03FBB4. Grayscale: #565656. Windows color (decimal): -261045 or 4916476. OLE color: 4916476.

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

Color convert

RGB 252 4 75 -
CMYK 0 0.98 0.70 0.01
HSL 342.82º 0.98% 0.5% -
HSV(B) 342.82º 0.98% 0.99% -
XYZ 41.46 21.29 8.58 -
YUV 86.25 121.66 246.23 -
System Red Green Blue C M Y K H S L
Decimal 252 4 75 0 0.98 0.70 0.01 342.82 0.98 0.5
Hex FC 4 4B 0 62 46 1 157 62 32
Octal 374 4 113 0 142 106 1 527 142 62
Binary 11111100 100 1001011 0 1100010 1000110 1 101010111 1100010 110010

Color Harmonies of #FC044B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC044B

Black with #FC044B

Text Example


Text Example

White with #FC044B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC044B; }

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

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

background-color css

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

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

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

border-color css

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

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

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