Html Css Color HEX #FF2959 Radical Red

📋 copy color: '#FF2959'

red 255 ◦ green 41 ◦ blue 89

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

Shades of Radical Red #FF2959

Tints of Radical Red #FF2959

RGB

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

 GREEN value IS 41 (16.41% from 255) = 10.65%

 BLUE value IS 89 (35.16% from 255) = 23.12%

R = 66.23%
G = 10.65%
B = 23.12%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.65

 K value IS 0

RGB Variations

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

Color information

#FF2959 (or 0xFF2959) is known color: Radical Red. HEX triplet: FF, 29 and 59. RGB value is (255,41,89). Sum of RGB (Red+Green+Blue) = 255+41+89=385 (50% of max value = 765). Red value is 255 (100% from 255 or 66.23% from 385); Green value is 41 (16.41% from 255 or 10.65% from 385); Blue value is 89 (35.16% from 255 or 23.12% from 385); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2959 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF2959 is #00D6A6. Grayscale: #6E6E6E. Windows color (decimal): -54951 or 5843455. OLE color: 5843455.

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

Color convert

RGB 255 41 89 -
CMYK 0 0.84 0.65 0
HSL 346.54º 1% 0.58% -
HSV(B) 346.54º 0.84% 1% -
XYZ 43.84 23.57 11.69 -
YUV 110.46 115.9 231.1 -
System Red Green Blue C M Y K H S L
Decimal 255 41 89 0 0.84 0.65 0 346.54 1 0.58
Hex FF 29 59 0 54 41 0 15B 64 3A
Octal 377 51 131 0 124 101 0 533 144 72
Binary 11111111 101001 1011001 0 1010100 1000001 0 101011011 1100100 111010

Color Harmonies of #FF2959

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF2959

Black with #FF2959

Text Example


Text Example

White with #FF2959

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF2959; }

 p { color: rgb(255,41,89); }

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

background-color css

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

 a { background-color: rgb(255,41,89); }

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

border-color css

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

 span { border-color: rgb(255,41,89); }

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