#F377BA

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

Shades of Persian Pink #F377BA

Tints of Persian Pink #F377BA

Color information

#F377BA (or 0xF377BA) is unknown color: approx Persian Pink. HEX triplet: F3, 77 and BA. RGB value is (243,119,186). Sum of RGB (Red+Green+Blue) = 243+119+186=548 (72% of max value = 765). Red value is 243 (95.31% from 255 or 44.34% from 548); Green value is 119 (46.88% from 255 or 21.72% from 548); Blue value is 186 (73.05% from 255 or 33.94% from 548); Max value from RGB is 243 - color contains mainly: red. Hex color #F377BA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F377BA is #0C8845. Grayscale: #A3A3A3. Windows color (decimal): -821318 or 12220403. OLE color: 12220403.

HSL color Cylindrical-coordinate representation of color #F377BA: hue angle of 327.58º degrees, saturation: 0.84, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #F377BA is Cyan = 0, Magento = 0.51, Yellow = 0.23 and Black (K on CMYK) = 0.05.

Color convert

RGB243119186-
CMYK00.510.230.05
HSL327.58º83.78%70.98%-
HSV(B)327.58º51.03%95.29%-
XYZ52.4235.7950.6-
YUV163.71140.58184.55-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 44.34%
GREEN value IS 119 (46.88% from 255) = 21.72%
BLUE value IS 186 (73.05% from 255) = 33.94%
R=44.34%
G=21.72%
B=33.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.23
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24311918600.510.230.05327.5883.7870.98
HexF377BA0331751485447
Octal363167272063275510124107
Binary1111001111101111011101001100111011110110100100010101001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F377BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F377BA; }

 p { color: rgb(243,119,186); }

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

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

 a { background-color: rgb(243,119,186); }

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

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

 span { border-color: rgb(243,119,186); }

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