#FC425B

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

Shades of Radical Red #FC425B

Tints of Radical Red #FC425B

Color information

#FC425B (or 0xFC425B) is unknown color: approx Radical Red. HEX triplet: FC, 42 and 5B. RGB value is (252,66,91). Sum of RGB (Red+Green+Blue) = 252+66+91=409 (54% of max value = 765). Red value is 252 (98.83% from 255 or 61.61% from 409); Green value is 66 (26.17% from 255 or 16.14% from 409); Blue value is 91 (35.94% from 255 or 22.25% from 409); Max value from RGB is 252 - color contains mainly: red. Hex color #FC425B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC425B is #03BDA4. Grayscale: #7C7C7C. Windows color (decimal): -245157 or 5980924. OLE color: 5980924.

HSL color Cylindrical-coordinate representation of color #FC425B: hue angle of 351.94º degrees, saturation: 0.97, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #FC425B is Cyan = 0, Magento = 0.74, Yellow = 0.64 and Black (K on CMYK) = 0.01.

Color convert

RGB2526691-
CMYK00.740.640.01
HSL351.94º96.88%62.35%-
HSV(B)351.94º73.81%98.82%-
XYZ43.9825.3512.47-
YUV124.46109.12218.97-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 61.61%
GREEN value IS 66 (26.17% from 255) = 16.14%
BLUE value IS 91 (35.94% from 255) = 22.25%
R=61.61%
G=16.14%
B=22.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.64
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal252669100.740.640.01351.9496.8862.35
HexFC425B04A401160613e
Octal3741021330112100154014176
Binary111111001000010101101101001010100000011011000001100001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC425B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC425B; }

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

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

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

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

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

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

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

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