#FF4BA4

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

Shades of Brilliant Rose #FF4BA4

Tints of Brilliant Rose #FF4BA4

Color information

#FF4BA4 (or 0xFF4BA4) is unknown color: approx Brilliant Rose. HEX triplet: FF, 4B and A4. RGB value is (255,75,164). Sum of RGB (Red+Green+Blue) = 255+75+164=494 (65% of max value = 765). Red value is 255 (100% from 255 or 51.62% from 494); Green value is 75 (29.69% from 255 or 15.18% from 494); Blue value is 164 (64.45% from 255 or 33.20% from 494); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4BA4 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF4BA4 is #00B45B. Grayscale: #8A8A8A. Windows color (decimal): -46172 or 10767359. OLE color: 10767359.

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

Color convert

RGB25575164-
CMYK00.710.360
HSL330.33º100%64.71%-
HSV(B)330.33º70.59%100%-
XYZ50.4628.9738.05-
YUV138.97142.13210.76-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 51.62%
GREEN value IS 75 (29.69% from 255) = 15.18%
BLUE value IS 164 (64.45% from 255) = 33.20%
R=51.62%
G=15.18%
B=33.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.36
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2557516400.710.360330.3310064.71
HexFF4BA404724014a6441
Octal3771132440107440512144101
Binary1111111110010111010010001000111100100010100101011001001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF4BA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF4BA4; }

 p { color: rgb(255,75,164); }

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

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

 a { background-color: rgb(255,75,164); }

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

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

 span { border-color: rgb(255,75,164); }

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