#F484B5

Color #F484B5 Persian Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persian Pink #F484B5

Tints of Persian Pink #F484B5

Color information

#F484B5 (or 0xF484B5) is unknown color: approx Persian Pink. HEX triplet: F4, 84 and B5. RGB value is (244,132,181). Sum of RGB (Red+Green+Blue) = 244+132+181=557 (73% of max value = 765). Red value is 244 (95.70% from 255 or 43.81% from 557); Green value is 132 (51.95% from 255 or 23.70% from 557); Blue value is 181 (71.09% from 255 or 32.50% from 557); Max value from RGB is 244 - color contains mainly: red. Hex color #F484B5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F484B5 is #0B7B4A. Grayscale: #AAAAAA. Windows color (decimal): -752459 or 11896052. OLE color: 11896052.

HSL color Cylindrical-coordinate representation of color #F484B5: hue angle of 333.75º degrees, saturation: 0.84, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #F484B5 is Cyan = 0, Magento = 0.46, Yellow = 0.26 and Black (K on CMYK) = 0.04.

Color convert

RGB244132181-
CMYK00.460.260.04
HSL333.75º83.58%73.73%-
HSV(B)333.75º45.9%95.69%-
XYZ53.939.0748.42-
YUV171.07133.61180.02-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 43.81%
GREEN value IS 132 (51.95% from 255) = 23.70%
BLUE value IS 181 (71.09% from 255) = 32.50%
R=43.81%
G=23.70%
B=32.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.26
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24413218100.460.260.04333.7583.5873.73
HexF484B502E1A414e544a
Octal364204265056324516124112
Binary11110100100001001011010101011101101010010100111010101001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F484B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F484B5; }

 p { color: rgb(244,132,181); }

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

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

 a { background-color: rgb(244,132,181); }

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

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

 span { border-color: rgb(244,132,181); }

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