Html Css Color HEX #FA114F Torch Red

📋 copy color: '#FA114F'

red 250 ◦ green 17 ◦ blue 79

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

Shades of Torch Red #FA114F

Tints of Torch Red #FA114F

RGB

 RED value IS 250 (98.05% from 255) = 72.25%

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

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

R = 72.25%
G = 4.91%
B = 22.83%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.68

 K value IS 0.02

RGB Variations

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

Color information

#FA114F (or 0xFA114F) is known color: Torch Red. HEX triplet: FA, 11 and 4F. RGB value is (250,17,79). Sum of RGB (Red+Green+Blue) = 250+17+79=346 (45% of max value = 765). Red value is 250 (98.05% from 255 or 72.25% from 346); Green value is 17 (7.03% from 255 or 4.91% from 346); Blue value is 79 (31.25% from 255 or 22.83% from 346); Max value from RGB is 250 - color contains mainly: red. Hex color #FA114F is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FA114F is #05EEB0. Grayscale: #5D5D5D. Windows color (decimal): -388785 or 5181946. OLE color: 5181946.

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

Color convert

RGB 250 17 79 -
CMYK 0 0.93 0.68 0.02
HSL 344.03º 0.96% 0.52% -
HSV(B) 344.03º 0.93% 0.98% -
XYZ 41.04 21.29 9.34 -
YUV 93.74 119.69 239.46 -
System Red Green Blue C M Y K H S L
Decimal 250 17 79 0 0.93 0.68 0.02 344.03 0.96 0.52
Hex FA 11 4F 0 5D 44 2 158 60 34
Octal 372 21 117 0 135 104 2 530 140 64
Binary 11111010 10001 1001111 0 1011101 1000100 10 101011000 1100000 110100

Color Harmonies of #FA114F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA114F

Black with #FA114F

Text Example


Text Example

White with #FA114F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA114F; }

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

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

background-color css

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

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

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

border-color css

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

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

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