#FF4BA8

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

Shades of Brilliant Rose #FF4BA8

Tints of Brilliant Rose #FF4BA8

Color information

#FF4BA8 (or 0xFF4BA8) is unknown color: approx Brilliant Rose. HEX triplet: FF, 4B and A8. RGB value is (255,75,168). Sum of RGB (Red+Green+Blue) = 255+75+168=498 (65% of max value = 765). Red value is 255 (100% from 255 or 51.20% from 498); Green value is 75 (29.69% from 255 or 15.06% from 498); Blue value is 168 (66.02% from 255 or 33.73% from 498); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4BA8 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF4BA8 is #00B457. Grayscale: #8B8B8B. Windows color (decimal): -46168 or 11029503. OLE color: 11029503.

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

Color convert

RGB25575168-
CMYK00.710.340
HSL329º100%64.71%-
HSV(B)329º70.59%100%-
XYZ50.8229.1239.99-
YUV139.42144.13210.44-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 51.20%
GREEN value IS 75 (29.69% from 255) = 15.06%
BLUE value IS 168 (66.02% from 255) = 33.73%
R=51.20%
G=15.06%
B=33.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.34
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2557516800.710.34032910064.71
HexFF4BA80472201496441
Octal3771132500107420511144101
Binary1111111110010111010100001000111100010010100100111001001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF4BA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF4BA8; }

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

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

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

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

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

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

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

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