#FF2258

Color #FF2258 Radical Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Radical Red #FF2258

Tints of Radical Red #FF2258

Color information

#FF2258 (or 0xFF2258) is unknown color: approx Radical Red. HEX triplet: FF, 22 and 58. RGB value is (255,34,88). Sum of RGB (Red+Green+Blue) = 255+34+88=377 (49% of max value = 765). Red value is 255 (100% from 255 or 67.64% from 377); Green value is 34 (13.67% from 255 or 9.02% from 377); Blue value is 88 (34.77% from 255 or 23.34% from 377); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2258 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF2258 is #00DDA7. Grayscale: #6A6A6A. Windows color (decimal): -56744 or 5776127. OLE color: 5776127.

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

Color convert

RGB2553488-
CMYK00.870.650
HSL345.34º100%56.67%-
HSV(B)345.34º86.67%100%-
XYZ43.5723.1111.4-
YUV106.23117.72234.11-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 67.64%
GREEN value IS 34 (13.67% from 255) = 9.02%
BLUE value IS 88 (34.77% from 255) = 23.34%
R=67.64%
G=9.02%
B=23.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.65
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal255348800.870.650345.3410056.67
HexFF22580574101596439
Octal377421300127101053114471
Binary11111111100010101100001010111100000101010110011100100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF2258

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF2258; }

 p { color: rgb(255,34,88); }

 H1.HeaderClassName
 {
   color: #FF2258;
 }
 .AnyTagClassName
 {
   color: #FF2258;
 }
</style>
background-color css

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

 a { background-color: rgb(255,34,88); }

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

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

 span { border-color: rgb(255,34,88); }

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