#FF3068

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

Shades of Radical Red #FF3068

Tints of Radical Red #FF3068

Color information

#FF3068 (or 0xFF3068) is unknown color: approx Radical Red. HEX triplet: FF, 30 and 68. RGB value is (255,48,104). Sum of RGB (Red+Green+Blue) = 255+48+104=407 (53% of max value = 765). Red value is 255 (100% from 255 or 62.65% from 407); Green value is 48 (19.14% from 255 or 11.79% from 407); Blue value is 104 (41.02% from 255 or 25.55% from 407); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3068 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF3068 is #00CF97. Grayscale: #747474. Windows color (decimal): -53144 or 6828287. OLE color: 6828287.

HSL color Cylindrical-coordinate representation of color #FF3068: hue angle of 343.77º 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 #FF3068 is Cyan = 0, Magento = 0.81, Yellow = 0.59 and Black (K on CMYK) = 0.

Color convert

RGB25548104-
CMYK00.810.590
HSL343.77º100%59.41%-
HSV(B)343.77º81.18%100%-
XYZ44.824.3715.44-
YUV116.28121.08226.95-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 62.65%
GREEN value IS 48 (19.14% from 255) = 11.79%
BLUE value IS 104 (41.02% from 255) = 25.55%
R=62.65%
G=11.79%
B=25.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.59
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2554810400.810.590343.7710059.41
HexFF30680513B0158643b
Octal37760150012173053014473
Binary1111111111000011010000101000111101101010110001100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF3068

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF3068; }

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

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

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

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

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

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

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

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