#FF2C69

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

Shades of Radical Red #FF2C69

Tints of Radical Red #FF2C69

Color information

#FF2C69 (or 0xFF2C69) is unknown color: approx Radical Red. HEX triplet: FF, 2C and 69. RGB value is (255,44,105). Sum of RGB (Red+Green+Blue) = 255+44+105=404 (53% of max value = 765). Red value is 255 (100% from 255 or 63.12% from 404); Green value is 44 (17.58% from 255 or 10.89% from 404); Blue value is 105 (41.41% from 255 or 25.99% from 404); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2C69 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF2C69 is #00D396. Grayscale: #727272. Windows color (decimal): -54167 or 6892799. OLE color: 6892799.

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

Color convert

RGB25544105-
CMYK00.830.590
HSL342.65º100%58.63%-
HSV(B)342.65º82.75%100%-
XYZ44.6924.0815.66-
YUV114.04122.9228.54-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 63.12%
GREEN value IS 44 (17.58% from 255) = 10.89%
BLUE value IS 105 (41.41% from 255) = 25.99%
R=63.12%
G=10.89%
B=25.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.59
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2554410500.830.590342.6510058.63
HexFF2C690533B0157643b
Octal37754151012373052714473
Binary1111111110110011010010101001111101101010101111100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF2C69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF2C69; }

 p { color: rgb(255,44,105); }

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

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

 a { background-color: rgb(255,44,105); }

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

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

 span { border-color: rgb(255,44,105); }

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