#FF4CB1

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

Shades of Brilliant Rose #FF4CB1

Tints of Brilliant Rose #FF4CB1

Color information

#FF4CB1 (or 0xFF4CB1) is unknown color: approx Brilliant Rose. HEX triplet: FF, 4C and B1. RGB value is (255,76,177). Sum of RGB (Red+Green+Blue) = 255+76+177=508 (67% of max value = 765). Red value is 255 (100% from 255 or 50.20% from 508); Green value is 76 (30.08% from 255 or 14.96% from 508); Blue value is 177 (69.53% from 255 or 34.84% from 508); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4CB1 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF4CB1 is #00B34E. Grayscale: #8C8C8C. Windows color (decimal): -45903 or 11619583. OLE color: 11619583.

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

Color convert

RGB25576177-
CMYK00.700.310
HSL326.15º100%64.9%-
HSV(B)326.15º70.2%100%-
XYZ51.7629.644.58-
YUV141.04148.3209.29-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 50.20%
GREEN value IS 76 (30.08% from 255) = 14.96%
BLUE value IS 177 (69.53% from 255) = 34.84%
R=50.20%
G=14.96%
B=34.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.31
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2557617700.700.310326.1510064.9
HexFF4CB10461F01466441
Octal3771142610106370506144101
Binary111111111001100101100010100011011111010100011011001001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF4CB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF4CB1; }

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

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

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

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

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

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

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

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