Html Css Color HEX #FB114F Torch Red

📋 copy color: '#FB114F'

red 251 ◦ green 17 ◦ blue 79

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

Shades of Torch Red #FB114F

Tints of Torch Red #FB114F

RGB

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

 GREEN value IS 17 (7.03% from 255) = 4.9%

 BLUE value IS 79 (31.25% from 255) = 22.77%

R = 72.33%
G = 4.9%
B = 22.77%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.69

 K value IS 0.02

RGB Variations

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

Color information

#FB114F (or 0xFB114F) is known color: Torch Red. HEX triplet: FB, 11 and 4F. RGB value is (251,17,79). Sum of RGB (Red+Green+Blue) = 251+17+79=347 (45% of max value = 765). Red value is 251 (98.44% from 255 or 72.33% from 347); Green value is 17 (7.03% from 255 or 4.90% from 347); Blue value is 79 (31.25% from 255 or 22.77% from 347); Max value from RGB is 251 - color contains mainly: red. Hex color #FB114F is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FB114F is #04EEB0. Grayscale: #5E5E5E. Windows color (decimal): -323249 or 5181947. OLE color: 5181947.

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

Color convert

RGB 251 17 79 -
CMYK 0 0.93 0.69 0.02
HSL 344.1º 0.97% 0.53% -
HSV(B) 344.1º 0.93% 0.98% -
XYZ 41.4 21.47 9.36 -
YUV 94.03 119.52 239.96 -
System Red Green Blue C M Y K H S L
Decimal 251 17 79 0 0.93 0.69 0.02 344.1 0.97 0.53
Hex FB 11 4F 0 5D 45 2 158 61 35
Octal 373 21 117 0 135 105 2 530 141 65
Binary 11111011 10001 1001111 0 1011101 1000101 10 101011000 1100001 110101

Color Harmonies of #FB114F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB114F

Black with #FB114F

Text Example


Text Example

White with #FB114F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB114F; }

 p { color: rgb(251,17,79); }

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

background-color css

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

 a { background-color: rgb(251,17,79); }

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

border-color css

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

 span { border-color: rgb(251,17,79); }

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