#FF3060

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

Shades of Radical Red #FF3060

Tints of Radical Red #FF3060

Color information

#FF3060 (or 0xFF3060) is unknown color: approx Radical Red. HEX triplet: FF, 30 and 60. RGB value is (255,48,96). Sum of RGB (Red+Green+Blue) = 255+48+96=399 (52% of max value = 765). Red value is 255 (100% from 255 or 63.91% from 399); Green value is 48 (19.14% from 255 or 12.03% from 399); Blue value is 96 (37.89% from 255 or 24.06% from 399); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3060 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF3060 is #00CF9F. Grayscale: #737373. Windows color (decimal): -53152 or 6303999. OLE color: 6303999.

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

Color convert

RGB2554896-
CMYK00.810.620
HSL346.09º100%59.41%-
HSV(B)346.09º81.18%100%-
XYZ44.4124.2213.4-
YUV115.36117.08227.6-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 63.91%
GREEN value IS 48 (19.14% from 255) = 12.03%
BLUE value IS 96 (37.89% from 255) = 24.06%
R=63.91%
G=12.03%
B=24.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.62
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal255489600.810.620346.0910059.41
HexFF30600513E015a643b
Octal37760140012176053214473
Binary1111111111000011000000101000111111001010110101100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF3060

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF3060; }

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

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

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

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

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

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

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

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