#FF4058

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

Shades of Radical Red #FF4058

Tints of Radical Red #FF4058

Color information

#FF4058 (or 0xFF4058) is unknown color: approx Radical Red. HEX triplet: FF, 40 and 58. RGB value is (255,64,88). Sum of RGB (Red+Green+Blue) = 255+64+88=407 (53% of max value = 765). Red value is 255 (100% from 255 or 62.65% from 407); Green value is 64 (25.39% from 255 or 15.72% from 407); Blue value is 88 (34.77% from 255 or 21.62% from 407); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4058 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF4058 is #00BFA7. Grayscale: #7B7B7B. Windows color (decimal): -49064 or 5783807. OLE color: 5783807.

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

Color convert

RGB2556488-
CMYK00.750.650
HSL352.46º100%62.55%-
HSV(B)352.46º74.9%100%-
XYZ44.8325.6311.82-
YUV123.84107.78221.55-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 62.65%
GREEN value IS 64 (25.39% from 255) = 15.72%
BLUE value IS 88 (34.77% from 255) = 21.62%
R=62.65%
G=15.72%
B=21.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.65
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal255648800.750.650352.4610062.55
HexFF405804B410160643f
Octal3771001300113101054014477
Binary111111111000000101100001001011100000101011000001100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF4058

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF4058; }

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

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

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

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

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

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

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

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