#F481BF

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

Shades of Persian Pink #F481BF

Tints of Persian Pink #F481BF

Color information

#F481BF (or 0xF481BF) is unknown color: approx Persian Pink. HEX triplet: F4, 81 and BF. RGB value is (244,129,191). Sum of RGB (Red+Green+Blue) = 244+129+191=564 (74% of max value = 765). Red value is 244 (95.70% from 255 or 43.26% from 564); Green value is 129 (50.78% from 255 or 22.87% from 564); Blue value is 191 (75% from 255 or 33.87% from 564); Max value from RGB is 244 - color contains mainly: red. Hex color #F481BF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F481BF is #0B7E40. Grayscale: #AAAAAA. Windows color (decimal): -753217 or 12550644. OLE color: 12550644.

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

Color convert

RGB244129191-
CMYK00.470.220.04
HSL327.65º83.94%73.14%-
HSV(B)327.65º47.13%95.69%-
XYZ54.5638.753.88-
YUV170.45139.6180.46-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 43.26%
GREEN value IS 129 (50.78% from 255) = 22.87%
BLUE value IS 191 (75% from 255) = 33.87%
R=43.26%
G=22.87%
B=33.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.22
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24412919100.470.220.04327.6583.9473.14
HexF481BF02F1641485449
Octal364201277057264510124111
Binary11110100100000011011111101011111011010010100100010101001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F481BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F481BF; }

 p { color: rgb(244,129,191); }

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

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

 a { background-color: rgb(244,129,191); }

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

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

 span { border-color: rgb(244,129,191); }

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