#FF4963

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

Shades of Radical Red #FF4963

Tints of Radical Red #FF4963

Color information

#FF4963 (or 0xFF4963) is unknown color: approx Radical Red. HEX triplet: FF, 49 and 63. RGB value is (255,73,99). Sum of RGB (Red+Green+Blue) = 255+73+99=427 (56% of max value = 765). Red value is 255 (100% from 255 or 59.72% from 427); Green value is 73 (28.91% from 255 or 17.10% from 427); Blue value is 99 (39.06% from 255 or 23.19% from 427); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4963 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF4963 is #00B69C. Grayscale: #828282. Windows color (decimal): -46749 or 6507007. OLE color: 6507007.

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

Color convert

RGB2557399-
CMYK00.710.610
HSL351.43º100%64.31%-
HSV(B)351.43º71.37%100%-
XYZ45.8726.9314.58-
YUV130.38110.3216.89-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 59.72%
GREEN value IS 73 (28.91% from 255) = 17.10%
BLUE value IS 99 (39.06% from 255) = 23.19%
R=59.72%
G=17.10%
B=23.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.61
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal255739900.710.610351.4310064.31
HexFF49630473D015f6440
Octal3771111430107750537144100
Binary111111111001001110001101000111111101010101111111001001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF4963

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF4963; }

 p { color: rgb(255,73,99); }

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

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

 a { background-color: rgb(255,73,99); }

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

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

 span { border-color: rgb(255,73,99); }

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