#ff48b4

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

Shades of Brilliant Rose #FF48B4

Tints of Brilliant Rose #FF48B4

Color information

#FF48B4 (or 0xFF48B4) is unknown color: approx Brilliant Rose. HEX triplet: FF, 48 and B4. RGB value is (255,72,180). Sum of RGB (Red+Green+Blue) = 255+72+180=507 (67% of max value = 765). Red value is 255 (100% from 255 or 50.30% from 507); Green value is 72 (28.52% from 255 or 14.20% from 507); Blue value is 180 (70.70% from 255 or 35.50% from 507); Max value from RGB is 255 - color contains mainly: red. Hex color #FF48B4 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FF48B4 is #00B74B. Grayscale: #8A8A8A. Windows color (decimal): -46924 or 11815167. OLE color: 11815167.

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

Color convert

RGB25572180-
CMYK00.720.290
HSL324.59º100%64.12%-
HSV(B)324.59º71.76%100%-
XYZ51.829.1946.08-
YUV139.03151.13210.72-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 50.30%
GREEN value IS 72 (28.52% from 255) = 14.20%
BLUE value IS 180 (70.70% from 255) = 35.50%
R=50.30%
G=14.20%
B=35.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.29
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2557218000.720.290324.5910064.12
HexFF48B40481D01456440
Octal3771102640110350505144100
Binary111111111001000101101000100100011101010100010111001001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ff48b4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ff48b4; }

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

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

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

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

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

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

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

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