Html Css Color HEX #FF024F Torch Red

📋 copy color: '#FF024F'

red 255 ◦ green 2 ◦ blue 79

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

Shades of Torch Red #FF024F

Tints of Torch Red #FF024F

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.6%

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

R = 75.89%
G = 0.6%
B = 23.51%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.69

 K value IS 0

RGB Variations

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

Color information

#FF024F (or 0xFF024F) is known color: Torch Red. HEX triplet: FF, 02 and 4F. RGB value is (255,2,79). Sum of RGB (Red+Green+Blue) = 255+2+79=336 (44% of max value = 765). Red value is 255 (100% from 255 or 75.89% from 336); Green value is 2 (1.17% from 255 or 0.60% from 336); Blue value is 79 (31.25% from 255 or 23.51% from 336); Max value from RGB is 255 - color contains mainly: red. Hex color #FF024F is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FF024F is #00FDB0. Grayscale: #565656. Windows color (decimal): -64945 or 5178111. OLE color: 5178111.

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

Color convert

RGB 255 2 79 -
CMYK 0 0.99 0.69 0
HSL 341.74º 1% 0.5% -
HSV(B) 341.74º 0.99% 1% -
XYZ 42.67 21.87 9.37 -
YUV 86.43 123.82 248.24 -
System Red Green Blue C M Y K H S L
Decimal 255 2 79 0 0.99 0.69 0 341.74 1 0.5
Hex FF 2 4F 0 63 45 0 156 64 32
Octal 377 2 117 0 143 105 0 526 144 62
Binary 11111111 10 1001111 0 1100011 1000101 0 101010110 1100100 110010

Color Harmonies of #FF024F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF024F

Black with #FF024F

Text Example


Text Example

White with #FF024F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF024F; }

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

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

background-color css

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

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

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

border-color css

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

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

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