Html Css Color HEX #F9114B Torch Red

📋 copy color: '#F9114B'

red 249 ◦ green 17 ◦ blue 75

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

Shades of Torch Red #F9114B

Tints of Torch Red #F9114B

RGB

 RED value IS 249 (97.66% from 255) = 73.02%

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

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

R = 73.02%
G = 4.99%
B = 21.99%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.70

 K value IS 0.02

RGB Variations

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

Color information

#F9114B (or 0xF9114B) is known color: Torch Red. HEX triplet: F9, 11 and 4B. RGB value is (249,17,75). Sum of RGB (Red+Green+Blue) = 249+17+75=341 (45% of max value = 765). Red value is 249 (97.66% from 255 or 73.02% from 341); Green value is 17 (7.03% from 255 or 4.99% from 341); Blue value is 75 (29.69% from 255 or 21.99% from 341); Max value from RGB is 249 - color contains mainly: red. Hex color #F9114B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F9114B is #06EEB4. Grayscale: #5C5C5C. Windows color (decimal): -454325 or 4919801. OLE color: 4919801.

HSL color Cylindrical-coordinate representation of color #F9114B: hue angle of 345º degrees, saturation: 0.95, 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 #F9114B is Cyan = 0, Magento = 0.93, Yellow = 0.70 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 17 75 -
CMYK 0 0.93 0.70 0.02
HSL 345º 0.95% 0.52% -
HSV(B) 345º 0.93% 0.98% -
XYZ 40.54 21.05 8.58 -
YUV 92.98 117.86 239.28 -
System Red Green Blue C M Y K H S L
Decimal 249 17 75 0 0.93 0.70 0.02 345 0.95 0.52
Hex F9 11 4B 0 5D 46 2 159 5F 34
Octal 371 21 113 0 135 106 2 531 137 64
Binary 11111001 10001 1001011 0 1011101 1000110 10 101011001 1011111 110100

Color Harmonies of #F9114B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9114B

Black with #F9114B

Text Example


Text Example

White with #F9114B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9114B; }

 p { color: rgb(249,17,75); }

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

background-color css

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

 a { background-color: rgb(249,17,75); }

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

border-color css

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

 span { border-color: rgb(249,17,75); }

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