#ff3074

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

Shades of Radical Red #FF3074

Tints of Radical Red #FF3074

Color information

#FF3074 (or 0xFF3074) is unknown color: approx Radical Red. HEX triplet: FF, 30 and 74. RGB value is (255,48,116). Sum of RGB (Red+Green+Blue) = 255+48+116=419 (55% of max value = 765). Red value is 255 (100% from 255 or 60.86% from 419); Green value is 48 (19.14% from 255 or 11.46% from 419); Blue value is 116 (45.70% from 255 or 27.68% from 419); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3074 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF3074 is #00CF8B. Grayscale: #757575. Windows color (decimal): -53132 or 7614719. OLE color: 7614719.

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

Color convert

RGB25548116-
CMYK00.810.550
HSL340.29º100%59.41%-
HSV(B)340.29º81.18%100%-
XYZ45.4524.6318.88-
YUV117.64127.08225.97-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 60.86%
GREEN value IS 48 (19.14% from 255) = 11.46%
BLUE value IS 116 (45.70% from 255) = 27.68%
R=60.86%
G=11.46%
B=27.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.55
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2554811600.810.550340.2910059.41
HexFF3074051370154643b
Octal37760164012167052414473
Binary1111111111000011101000101000111011101010101001100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ff3074

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ff3074; }

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

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

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

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

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

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

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

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