#FF4966

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

Shades of Radical Red #FF4966

Tints of Radical Red #FF4966

Color information

#FF4966 (or 0xFF4966) is unknown color: approx Radical Red. HEX triplet: FF, 49 and 66. RGB value is (255,73,102). Sum of RGB (Red+Green+Blue) = 255+73+102=430 (56% of max value = 765). Red value is 255 (100% from 255 or 59.30% from 430); Green value is 73 (28.91% from 255 or 16.98% from 430); Blue value is 102 (40.23% from 255 or 23.72% from 430); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4966 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF4966 is #00B699. Grayscale: #828282. Windows color (decimal): -46746 or 6703615. OLE color: 6703615.

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

Color convert

RGB25573102-
CMYK00.710.60
HSL350.44º100%64.31%-
HSV(B)350.44º71.37%100%-
XYZ46.0226.9815.35-
YUV130.72111.8216.64-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 59.30%
GREEN value IS 73 (28.91% from 255) = 16.98%
BLUE value IS 102 (40.23% from 255) = 23.72%
R=59.30%
G=16.98%
B=23.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.6
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2557310200.710.60350.4410064.31
HexFF49660473C015e6440
Octal3771111460107740536144100
Binary111111111001001110011001000111111100010101111011001001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF4966

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF4966; }

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

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

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

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

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

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

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

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