Html Css Color HEX #FB1A4D Torch Red

📋 copy color: '#FB1A4D'

red 251 ◦ green 26 ◦ blue 77

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

Shades of Torch Red #FB1A4D

Tints of Torch Red #FB1A4D

RGB

 RED value IS 251 (98.44% from 255) = 70.9%

 GREEN value IS 26 (10.55% from 255) = 7.34%

 BLUE value IS 77 (30.47% from 255) = 21.75%

R = 70.9%
G = 7.34%
B = 21.75%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.69

 K value IS 0.02

RGB Variations

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

Color information

#FB1A4D (or 0xFB1A4D) is known color: Torch Red. HEX triplet: FB, 1A and 4D. RGB value is (251,26,77). Sum of RGB (Red+Green+Blue) = 251+26+77=354 (46% of max value = 765). Red value is 251 (98.44% from 255 or 70.90% from 354); Green value is 26 (10.55% from 255 or 7.34% from 354); Blue value is 77 (30.47% from 255 or 21.75% from 354); Max value from RGB is 251 - color contains mainly: red. Hex color #FB1A4D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FB1A4D is #04E5B2. Grayscale: #636363. Windows color (decimal): -320947 or 5053179. OLE color: 5053179.

HSL color Cylindrical-coordinate representation of color #FB1A4D: hue angle of 346.4º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FB1A4D is Cyan = 0, Magento = 0.90, Yellow = 0.69 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 26 77 -
CMYK 0 0.90 0.69 0.02
HSL 346.4º 0.97% 0.54% -
HSV(B) 346.4º 0.9% 0.98% -
XYZ 41.49 21.78 9.04 -
YUV 99.09 115.54 236.35 -
System Red Green Blue C M Y K H S L
Decimal 251 26 77 0 0.90 0.69 0.02 346.4 0.97 0.54
Hex FB 1A 4D 0 5A 45 2 15A 61 36
Octal 373 32 115 0 132 105 2 532 141 66
Binary 11111011 11010 1001101 0 1011010 1000101 10 101011010 1100001 110110

Color Harmonies of #FB1A4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB1A4D

Black with #FB1A4D

Text Example


Text Example

White with #FB1A4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB1A4D; }

 p { color: rgb(251,26,77); }

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

background-color css

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

 a { background-color: rgb(251,26,77); }

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

border-color css

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

 span { border-color: rgb(251,26,77); }

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