#F381B1

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

Shades of Persian Pink #F381B1

Tints of Persian Pink #F381B1

Color information

#F381B1 (or 0xF381B1) is unknown color: approx Persian Pink. HEX triplet: F3, 81 and B1. RGB value is (243,129,177). Sum of RGB (Red+Green+Blue) = 243+129+177=549 (72% of max value = 765). Red value is 243 (95.31% from 255 or 44.26% from 549); Green value is 129 (50.78% from 255 or 23.50% from 549); Blue value is 177 (69.53% from 255 or 32.24% from 549); Max value from RGB is 243 - color contains mainly: red. Hex color #F381B1 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F381B1 is #0C7E4E. Grayscale: #A8A8A8. Windows color (decimal): -818767 or 11633139. OLE color: 11633139.

HSL color Cylindrical-coordinate representation of color #F381B1: hue angle of 334.74º degrees, saturation: 0.83, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #F381B1 is Cyan = 0, Magento = 0.47, Yellow = 0.27 and Black (K on CMYK) = 0.05.

Color convert

RGB243129177-
CMYK00.470.270.05
HSL334.74º82.61%72.94%-
HSV(B)334.74º46.91%95.29%-
XYZ52.7537.9346.14-
YUV168.56132.77181.1-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 44.26%
GREEN value IS 129 (50.78% from 255) = 23.50%
BLUE value IS 177 (69.53% from 255) = 32.24%
R=44.26%
G=23.50%
B=32.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.27
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24312917700.470.270.05334.7482.6172.94
HexF381B102F1B514f5349
Octal363201261057335517123111
Binary11110011100000011011000101011111101110110100111110100111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F381B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F381B1; }

 p { color: rgb(243,129,177); }

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

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

 a { background-color: rgb(243,129,177); }

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

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

 span { border-color: rgb(243,129,177); }

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