#FF3B60

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

Shades of Radical Red #FF3B60

Tints of Radical Red #FF3B60

Color information

#FF3B60 (or 0xFF3B60) is unknown color: approx Radical Red. HEX triplet: FF, 3B and 60. RGB value is (255,59,96). Sum of RGB (Red+Green+Blue) = 255+59+96=410 (54% of max value = 765). Red value is 255 (100% from 255 or 62.20% from 410); Green value is 59 (23.44% from 255 or 14.39% from 410); Blue value is 96 (37.89% from 255 or 23.41% from 410); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3B60 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF3B60 is #00C49F. Grayscale: #797979. Windows color (decimal): -50336 or 6306815. OLE color: 6306815.

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

Color convert

RGB2555996-
CMYK00.770.620
HSL348.67º100%61.57%-
HSV(B)348.67º76.86%100%-
XYZ44.9225.2313.57-
YUV121.82113.43222.99-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 62.20%
GREEN value IS 59 (23.44% from 255) = 14.39%
BLUE value IS 96 (37.89% from 255) = 23.41%
R=62.20%
G=14.39%
B=23.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.62
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal255599600.770.620348.6710061.57
HexFF3B6004D3E015d643e
Octal37773140011576053514476
Binary1111111111101111000000100110111111001010111011100100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF3B60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF3B60; }

 p { color: rgb(255,59,96); }

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

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

 a { background-color: rgb(255,59,96); }

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

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

 span { border-color: rgb(255,59,96); }

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