#FF425B

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

Shades of Radical Red #FF425B

Tints of Radical Red #FF425B

Color information

#FF425B (or 0xFF425B) is unknown color: approx Radical Red. HEX triplet: FF, 42 and 5B. RGB value is (255,66,91). Sum of RGB (Red+Green+Blue) = 255+66+91=412 (54% of max value = 765). Red value is 255 (100% from 255 or 61.89% from 412); Green value is 66 (26.17% from 255 or 16.02% from 412); Blue value is 91 (35.94% from 255 or 22.09% from 412); Max value from RGB is 255 - color contains mainly: red. Hex color #FF425B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF425B is #00BDA4. Grayscale: #7D7D7D. Windows color (decimal): -48549 or 5980927. OLE color: 5980927.

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

Color convert

RGB2556691-
CMYK00.740.640
HSL352.06º100%62.94%-
HSV(B)352.06º74.12%100%-
XYZ45.0825.9112.52-
YUV125.36108.62220.47-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 61.89%
GREEN value IS 66 (26.17% from 255) = 16.02%
BLUE value IS 91 (35.94% from 255) = 22.09%
R=61.89%
G=16.02%
B=22.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.64
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal255669100.740.640352.0610062.94
HexFF425B04A400160643f
Octal3771021330112100054014477
Binary111111111000010101101101001010100000001011000001100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF425B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF425B; }

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

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

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

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

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

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

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

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