#F481BB

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

Shades of Persian Pink #F481BB

Tints of Persian Pink #F481BB

Color information

#F481BB (or 0xF481BB) is unknown color: approx Persian Pink. HEX triplet: F4, 81 and BB. RGB value is (244,129,187). Sum of RGB (Red+Green+Blue) = 244+129+187=560 (74% of max value = 765). Red value is 244 (95.70% from 255 or 43.57% from 560); Green value is 129 (50.78% from 255 or 23.04% from 560); Blue value is 187 (73.44% from 255 or 33.39% from 560); Max value from RGB is 244 - color contains mainly: red. Hex color #F481BB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F481BB is #0B7E44. Grayscale: #A9A9A9. Windows color (decimal): -753221 or 12288500. OLE color: 12288500.

HSL color Cylindrical-coordinate representation of color #F481BB: hue angle of 329.74º 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 #F481BB is Cyan = 0, Magento = 0.47, Yellow = 0.23 and Black (K on CMYK) = 0.04.

Color convert

RGB244129187-
CMYK00.470.230.04
HSL329.74º83.94%73.14%-
HSV(B)329.74º47.13%95.69%-
XYZ54.1338.5251.6-
YUV170137.6180.78-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 43.57%
GREEN value IS 129 (50.78% from 255) = 23.04%
BLUE value IS 187 (73.44% from 255) = 33.39%
R=43.57%
G=23.04%
B=33.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.23
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24412918700.470.230.04329.7483.9473.14
HexF481BB02F17414a5449
Octal364201273057274512124111
Binary11110100100000011011101101011111011110010100101010101001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F481BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F481BB; }

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

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

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

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

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

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

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

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