Html Css Color HEX #FF0F4F Torch Red

📋 copy color: '#FF0F4F'

red 255 ◦ green 15 ◦ blue 79

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

Shades of Torch Red #FF0F4F

Tints of Torch Red #FF0F4F

RGB

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

 GREEN value IS 15 (6.25% from 255) = 4.3%

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

R = 73.07%
G = 4.3%
B = 22.64%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.69

 K value IS 0

RGB Variations

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

Color information

#FF0F4F (or 0xFF0F4F) is known color: Torch Red. HEX triplet: FF, 0F and 4F. RGB value is (255,15,79). Sum of RGB (Red+Green+Blue) = 255+15+79=349 (46% of max value = 765). Red value is 255 (100% from 255 or 73.07% from 349); Green value is 15 (6.25% from 255 or 4.30% from 349); Blue value is 79 (31.25% from 255 or 22.64% from 349); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0F4F is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FF0F4F is #00F0B0. Grayscale: #5E5E5E. Windows color (decimal): -61617 or 5181439. OLE color: 5181439.

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

Color convert

RGB 255 15 79 -
CMYK 0 0.94 0.69 0
HSL 344º 1% 0.53% -
HSV(B) 344º 0.94% 1% -
XYZ 42.82 22.17 9.42 -
YUV 94.06 119.51 242.8 -
System Red Green Blue C M Y K H S L
Decimal 255 15 79 0 0.94 0.69 0 344 1 0.53
Hex FF F 4F 0 5E 45 0 158 64 35
Octal 377 17 117 0 136 105 0 530 144 65
Binary 11111111 1111 1001111 0 1011110 1000101 0 101011000 1100100 110101

Color Harmonies of #FF0F4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF0F4F

Black with #FF0F4F

Text Example


Text Example

White with #FF0F4F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF0F4F; }

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

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

background-color css

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

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

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

border-color css

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

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

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