Html Css Color HEX #FC034B Torch Red

📋 copy color: '#FC034B'

red 252 ◦ green 3 ◦ blue 75

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

Shades of Torch Red #FC034B

Tints of Torch Red #FC034B

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.91%

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

R = 76.36%
G = 0.91%
B = 22.73%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.70

 K value IS 0.01

RGB Variations

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

Color information

#FC034B (or 0xFC034B) is known color: Torch Red. HEX triplet: FC, 03 and 4B. RGB value is (252,3,75). Sum of RGB (Red+Green+Blue) = 252+3+75=330 (43% of max value = 765). Red value is 252 (98.83% from 255 or 76.36% from 330); Green value is 3 (1.56% from 255 or 0.91% from 330); Blue value is 75 (29.69% from 255 or 22.73% from 330); Max value from RGB is 252 - color contains mainly: red. Hex color #FC034B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FC034B is #03FCB4. Grayscale: #555555. Windows color (decimal): -261301 or 4916220. OLE color: 4916220.

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

Color convert

RGB 252 3 75 -
CMYK 0 0.99 0.70 0.01
HSL 342.65º 0.98% 0.5% -
HSV(B) 342.65º 0.99% 0.99% -
XYZ 41.45 21.27 8.58 -
YUV 85.66 121.99 246.65 -
System Red Green Blue C M Y K H S L
Decimal 252 3 75 0 0.99 0.70 0.01 342.65 0.98 0.5
Hex FC 3 4B 0 63 46 1 157 62 32
Octal 374 3 113 0 143 106 1 527 142 62
Binary 11111100 11 1001011 0 1100011 1000110 1 101010111 1100010 110010

Color Harmonies of #FC034B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC034B

Black with #FC034B

Text Example


Text Example

White with #FC034B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC034B; }

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

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

background-color css

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

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

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

border-color css

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

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

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