#FF3277

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

Shades of Radical Red #FF3277

Tints of Radical Red #FF3277

Color information

#FF3277 (or 0xFF3277) is unknown color: approx Radical Red. HEX triplet: FF, 32 and 77. RGB value is (255,50,119). Sum of RGB (Red+Green+Blue) = 255+50+119=424 (56% of max value = 765). Red value is 255 (100% from 255 or 60.14% from 424); Green value is 50 (19.92% from 255 or 11.79% from 424); Blue value is 119 (46.88% from 255 or 28.07% from 424); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3277 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF3277 is #00CD88. Grayscale: #777777. Windows color (decimal): -52617 or 7811839. OLE color: 7811839.

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

Color convert

RGB25550119-
CMYK00.800.530
HSL339.8º100%59.8%-
HSV(B)339.8º80.39%100%-
XYZ45.7124.8719.84-
YUV119.16127.92224.89-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 60.14%
GREEN value IS 50 (19.92% from 255) = 11.79%
BLUE value IS 119 (46.88% from 255) = 28.07%
R=60.14%
G=11.79%
B=28.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.53
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2555011900.800.530339.810059.8
HexFF3277050350154643c
Octal37762167012065052414474
Binary1111111111001011101110101000011010101010101001100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF3277

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF3277; }

 p { color: rgb(255,50,119); }

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

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

 a { background-color: rgb(255,50,119); }

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

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

 span { border-color: rgb(255,50,119); }

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