#FF48B9

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

Shades of Brilliant Rose #FF48B9

Tints of Brilliant Rose #FF48B9

Color information

#FF48B9 (or 0xFF48B9) is unknown color: approx Brilliant Rose. HEX triplet: FF, 48 and B9. RGB value is (255,72,185). Sum of RGB (Red+Green+Blue) = 255+72+185=512 (67% of max value = 765). Red value is 255 (100% from 255 or 49.80% from 512); Green value is 72 (28.52% from 255 or 14.06% from 512); Blue value is 185 (72.66% from 255 or 36.13% from 512); Max value from RGB is 255 - color contains mainly: red. Hex color #FF48B9 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FF48B9 is #00B746. Grayscale: #8B8B8B. Windows color (decimal): -46919 or 12142847. OLE color: 12142847.

HSL color Cylindrical-coordinate representation of color #FF48B9: hue angle of 322.95º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #FF48B9 is Cyan = 0, Magento = 0.72, Yellow = 0.27 and Black (K on CMYK) = 0.

Color convert

RGB25572185-
CMYK00.720.270
HSL322.95º100%64.12%-
HSV(B)322.95º71.76%100%-
XYZ52.3129.448.82-
YUV139.6153.63210.31-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 49.80%
GREEN value IS 72 (28.52% from 255) = 14.06%
BLUE value IS 185 (72.66% from 255) = 36.13%
R=49.80%
G=14.06%
B=36.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.27
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2557218500.720.270322.9510064.12
HexFF48B90481B01436440
Octal3771102710110330503144100
Binary111111111001000101110010100100011011010100001111001001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF48B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF48B9; }

 p { color: rgb(255,72,185); }

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

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

 a { background-color: rgb(255,72,185); }

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

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

 span { border-color: rgb(255,72,185); }

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