Html Css Color HEX #FF094F Torch Red

📋 copy color: '#FF094F'

red 255 ◦ green 9 ◦ blue 79

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

Shades of Torch Red #FF094F

Tints of Torch Red #FF094F

RGB

 RED value IS 255 (100% from 255) = 74.34%

 GREEN value IS 9 (3.91% from 255) = 2.62%

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

R = 74.34%
G = 2.62%
B = 23.03%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.69

 K value IS 0

RGB Variations

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

Color information

#FF094F (or 0xFF094F) is known color: Torch Red. HEX triplet: FF, 09 and 4F. RGB value is (255,9,79). Sum of RGB (Red+Green+Blue) = 255+9+79=343 (45% of max value = 765). Red value is 255 (100% from 255 or 74.34% from 343); Green value is 9 (3.91% from 255 or 2.62% from 343); Blue value is 79 (31.25% from 255 or 23.03% from 343); Max value from RGB is 255 - color contains mainly: red. Hex color #FF094F is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FF094F is #00F6B0. Grayscale: #5A5A5A. Windows color (decimal): -63153 or 5179903. OLE color: 5179903.

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

Color convert

RGB 255 9 79 -
CMYK 0 0.96 0.69 0
HSL 342.93º 1% 0.52% -
HSV(B) 342.93º 0.96% 1% -
XYZ 42.75 22.02 9.39 -
YUV 90.53 121.5 245.31 -
System Red Green Blue C M Y K H S L
Decimal 255 9 79 0 0.96 0.69 0 342.93 1 0.52
Hex FF 9 4F 0 60 45 0 157 64 34
Octal 377 11 117 0 140 105 0 527 144 64
Binary 11111111 1001 1001111 0 1100000 1000101 0 101010111 1100100 110100

Color Harmonies of #FF094F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF094F

Black with #FF094F

Text Example


Text Example

White with #FF094F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF094F; }

 p { color: rgb(255,9,79); }

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

background-color css

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

 a { background-color: rgb(255,9,79); }

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

border-color css

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

 span { border-color: rgb(255,9,79); }

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