#F381B2

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

Shades of Persian Pink #F381B2

Tints of Persian Pink #F381B2

Color information

#F381B2 (or 0xF381B2) is unknown color: approx Persian Pink. HEX triplet: F3, 81 and B2. RGB value is (243,129,178). Sum of RGB (Red+Green+Blue) = 243+129+178=550 (72% of max value = 765). Red value is 243 (95.31% from 255 or 44.18% from 550); Green value is 129 (50.78% from 255 or 23.45% from 550); Blue value is 178 (69.92% from 255 or 32.36% from 550); Max value from RGB is 243 - color contains mainly: red. Hex color #F381B2 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F381B2 is #0C7E4D. Grayscale: #A8A8A8. Windows color (decimal): -818766 or 11698675. OLE color: 11698675.

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

Color convert

RGB243129178-
CMYK00.470.270.05
HSL334.21º82.61%72.94%-
HSV(B)334.21º46.91%95.29%-
XYZ52.8537.9746.66-
YUV168.67133.27181.02-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 44.18%
GREEN value IS 129 (50.78% from 255) = 23.45%
BLUE value IS 178 (69.92% from 255) = 32.36%
R=44.18%
G=23.45%
B=32.36%

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
Decimal24312917800.470.270.05334.2182.6172.94
HexF381B202F1B514e5349
Octal363201262057335516123111
Binary11110011100000011011001001011111101110110100111010100111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F381B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F381B2; }

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

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

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

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

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

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

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

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