#FF4A61

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

Shades of Radical Red #FF4A61

Tints of Radical Red #FF4A61

Color information

#FF4A61 (or 0xFF4A61) is unknown color: approx Radical Red. HEX triplet: FF, 4A and 61. RGB value is (255,74,97). Sum of RGB (Red+Green+Blue) = 255+74+97=426 (56% of max value = 765). Red value is 255 (100% from 255 or 59.86% from 426); Green value is 74 (29.30% from 255 or 17.37% from 426); Blue value is 97 (38.28% from 255 or 22.77% from 426); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4A61 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF4A61 is #00B59E. Grayscale: #828282. Windows color (decimal): -46495 or 6376191. OLE color: 6376191.

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

Color convert

RGB2557497-
CMYK00.710.620
HSL352.38º100%64.51%-
HSV(B)352.38º70.98%100%-
XYZ45.8527.0214.11-
YUV130.74108.97216.63-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 59.86%
GREEN value IS 74 (29.30% from 255) = 17.37%
BLUE value IS 97 (38.28% from 255) = 22.77%
R=59.86%
G=17.37%
B=22.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.62
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal255749700.710.620352.3810064.51
HexFF4A610473E01606441
Octal3771121410107760540144101
Binary111111111001010110000101000111111110010110000011001001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF4A61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF4A61; }

 p { color: rgb(255,74,97); }

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

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

 a { background-color: rgb(255,74,97); }

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

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

 span { border-color: rgb(255,74,97); }

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