#ff4b9e

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

Shades of Brilliant Rose #FF4B9E

Tints of Brilliant Rose #FF4B9E

Color information

#FF4B9E (or 0xFF4B9E) is unknown color: approx Brilliant Rose. HEX triplet: FF, 4B and 9E. RGB value is (255,75,158). Sum of RGB (Red+Green+Blue) = 255+75+158=488 (64% of max value = 765). Red value is 255 (100% from 255 or 52.25% from 488); Green value is 75 (29.69% from 255 or 15.37% from 488); Blue value is 158 (62.11% from 255 or 32.38% from 488); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4B9E is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF4B9E is #00B461. Grayscale: #8A8A8A. Windows color (decimal): -46178 or 10374143. OLE color: 10374143.

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

Color convert

RGB25575158-
CMYK00.710.380
HSL332.33º100%64.71%-
HSV(B)332.33º70.59%100%-
XYZ49.9328.7635.27-
YUV138.28139.13211.25-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 52.25%
GREEN value IS 75 (29.69% from 255) = 15.37%
BLUE value IS 158 (62.11% from 255) = 32.38%
R=52.25%
G=15.37%
B=32.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.38
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2557515800.710.380332.3310064.71
HexFF4B9E04726014c6441
Octal3771132360107460514144101
Binary1111111110010111001111001000111100110010100110011001001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ff4b9e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ff4b9e; }

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

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

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

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

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

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

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

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