#FF425A

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

Shades of Radical Red #FF425A

Tints of Radical Red #FF425A

Color information

#FF425A (or 0xFF425A) is unknown color: approx Radical Red. HEX triplet: FF, 42 and 5A. RGB value is (255,66,90). Sum of RGB (Red+Green+Blue) = 255+66+90=411 (54% of max value = 765). Red value is 255 (100% from 255 or 62.04% from 411); Green value is 66 (26.17% from 255 or 16.06% from 411); Blue value is 90 (35.55% from 255 or 21.90% from 411); Max value from RGB is 255 - color contains mainly: red. Hex color #FF425A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF425A is #00BDA5. Grayscale: #7D7D7D. Windows color (decimal): -48550 or 5915391. OLE color: 5915391.

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

Color convert

RGB2556690-
CMYK00.740.650
HSL352.38º100%62.94%-
HSV(B)352.38º74.12%100%-
XYZ45.0325.8912.3-
YUV125.25108.12220.55-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 62.04%
GREEN value IS 66 (26.17% from 255) = 16.06%
BLUE value IS 90 (35.55% from 255) = 21.90%
R=62.04%
G=16.06%
B=21.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.65
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal255669000.740.650352.3810062.94
HexFF425A04A410160643f
Octal3771021320112101054014477
Binary111111111000010101101001001010100000101011000001100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF425A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF425A; }

 p { color: rgb(255,66,90); }

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

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

 a { background-color: rgb(255,66,90); }

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

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

 span { border-color: rgb(255,66,90); }

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