#FF4CA2

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

Shades of Brilliant Rose #FF4CA2

Tints of Brilliant Rose #FF4CA2

Color information

#FF4CA2 (or 0xFF4CA2) is unknown color: approx Brilliant Rose. HEX triplet: FF, 4C and A2. RGB value is (255,76,162). Sum of RGB (Red+Green+Blue) = 255+76+162=493 (65% of max value = 765). Red value is 255 (100% from 255 or 51.72% from 493); Green value is 76 (30.08% from 255 or 15.42% from 493); Blue value is 162 (63.67% from 255 or 32.86% from 493); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4CA2 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF4CA2 is #00B35D. Grayscale: #8B8B8B. Windows color (decimal): -45918 or 10636543. OLE color: 10636543.

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

Color convert

RGB25576162-
CMYK00.700.360
HSL331.17º100%64.9%-
HSV(B)331.17º70.2%100%-
XYZ50.3529.0437.13-
YUV139.32140.8210.51-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 51.72%
GREEN value IS 76 (30.08% from 255) = 15.42%
BLUE value IS 162 (63.67% from 255) = 32.86%
R=51.72%
G=15.42%
B=32.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.36
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2557616200.700.360331.1710064.9
HexFF4CA204624014b6441
Octal3771142420106440513144101
Binary1111111110011001010001001000110100100010100101111001001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF4CA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF4CA2; }

 p { color: rgb(255,76,162); }

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

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

 a { background-color: rgb(255,76,162); }

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

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

 span { border-color: rgb(255,76,162); }

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