#FF3F58

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

Shades of Radical Red #FF3F58

Tints of Radical Red #FF3F58

Color information

#FF3F58 (or 0xFF3F58) is unknown color: approx Radical Red. HEX triplet: FF, 3F and 58. RGB value is (255,63,88). Sum of RGB (Red+Green+Blue) = 255+63+88=406 (53% of max value = 765). Red value is 255 (100% from 255 or 62.81% from 406); Green value is 63 (25% from 255 or 15.52% from 406); Blue value is 88 (34.77% from 255 or 21.67% from 406); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3F58 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF3F58 is #00C0A7. Grayscale: #7B7B7B. Windows color (decimal): -49320 or 5783551. OLE color: 5783551.

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

Color convert

RGB2556388-
CMYK00.750.650
HSL352.19º100%62.35%-
HSV(B)352.19º75.29%100%-
XYZ44.7825.5211.8-
YUV123.26108.11221.97-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 62.81%
GREEN value IS 63 (25% from 255) = 15.52%
BLUE value IS 88 (34.77% from 255) = 21.67%
R=62.81%
G=15.52%
B=21.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.65
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal255638800.750.650352.1910062.35
HexFF3F5804B410160643e
Octal377771300113101054014476
Binary11111111111111101100001001011100000101011000001100100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF3F58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF3F58; }

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

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

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

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

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

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

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

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