Html Css Color HEX #FF0950 Torch Red

📋 copy color: '#FF0950'

red 255 ◦ green 9 ◦ blue 80

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

Shades of Torch Red #FF0950

Tints of Torch Red #FF0950

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 23.26%

R = 74.13%
G = 2.62%
B = 23.26%

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

#FF0950 (or 0xFF0950) is known color: Torch Red. HEX triplet: FF, 09 and 50. RGB value is (255,9,80). Sum of RGB (Red+Green+Blue) = 255+9+80=344 (45% of max value = 765). Red value is 255 (100% from 255 or 74.13% from 344); Green value is 9 (3.91% from 255 or 2.62% from 344); Blue value is 80 (31.64% from 255 or 23.26% from 344); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0950 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FF0950 is #00F6AF. Grayscale: #5A5A5A. Windows color (decimal): -63152 or 5245439. OLE color: 5245439.

HSL color Cylindrical-coordinate representation of color #FF0950: hue angle of 342.68º 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 #FF0950 is Cyan = 0, Magento = 0.96, Yellow = 0.69 and Black (K on CMYK) = 0.

Color convert

RGB 255 9 80 -
CMYK 0 0.96 0.69 0
HSL 342.68º 1% 0.52% -
HSV(B) 342.68º 0.96% 1% -
XYZ 42.79 22.03 9.59 -
YUV 90.65 122 245.23 -
System Red Green Blue C M Y K H S L
Decimal 255 9 80 0 0.96 0.69 0 342.68 1 0.52
Hex FF 9 50 0 60 45 0 157 64 34
Octal 377 11 120 0 140 105 0 527 144 64
Binary 11111111 1001 1010000 0 1100000 1000101 0 101010111 1100100 110100

Color Harmonies of #FF0950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF0950

Black with #FF0950

Text Example


Text Example

White with #FF0950

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF0950; }

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

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

background-color css

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

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

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

border-color css

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

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

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