#FF4A9C

Color #FF4A9C Brilliant Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Brilliant Rose #FF4A9C

Tints of Brilliant Rose #FF4A9C

Color information

#FF4A9C (or 0xFF4A9C) is unknown color: approx Brilliant Rose. HEX triplet: FF, 4A and 9C. RGB value is (255,74,156). Sum of RGB (Red+Green+Blue) = 255+74+156=485 (64% of max value = 765). Red value is 255 (100% from 255 or 52.58% from 485); Green value is 74 (29.30% from 255 or 15.26% from 485); Blue value is 156 (61.33% from 255 or 32.16% from 485); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4A9C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF4A9C is #00B563. Grayscale: #898989. Windows color (decimal): -46436 or 10242815. OLE color: 10242815.

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

Color convert

RGB25574156-
CMYK00.710.390
HSL332.82º100%64.51%-
HSV(B)332.82º70.98%100%-
XYZ49.6928.5634.35-
YUV137.47138.47211.83-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 52.58%
GREEN value IS 74 (29.30% from 255) = 15.26%
BLUE value IS 156 (61.33% from 255) = 32.16%
R=52.58%
G=15.26%
B=32.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.39
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2557415600.710.390332.8210064.51
HexFF4A9C04727014d6441
Octal3771122340107470515144101
Binary1111111110010101001110001000111100111010100110111001001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF4A9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF4A9C; }

 p { color: rgb(255,74,156); }

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

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

 a { background-color: rgb(255,74,156); }

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

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

 span { border-color: rgb(255,74,156); }

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