#F377B8

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

Shades of Persian Pink #F377B8

Tints of Persian Pink #F377B8

Color information

#F377B8 (or 0xF377B8) is unknown color: approx Persian Pink. HEX triplet: F3, 77 and B8. RGB value is (243,119,184). Sum of RGB (Red+Green+Blue) = 243+119+184=546 (72% of max value = 765). Red value is 243 (95.31% from 255 or 44.51% from 546); Green value is 119 (46.88% from 255 or 21.79% from 546); Blue value is 184 (72.27% from 255 or 33.70% from 546); Max value from RGB is 243 - color contains mainly: red. Hex color #F377B8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F377B8 is #0C8847. Grayscale: #A3A3A3. Windows color (decimal): -821320 or 12089331. OLE color: 12089331.

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

Color convert

RGB243119184-
CMYK00.510.240.05
HSL328.55º83.78%70.98%-
HSV(B)328.55º51.03%95.29%-
XYZ52.2135.7149.49-
YUV163.49139.58184.71-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 44.51%
GREEN value IS 119 (46.88% from 255) = 21.79%
BLUE value IS 184 (72.27% from 255) = 33.70%
R=44.51%
G=21.79%
B=33.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.24
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24311918400.510.240.05328.5583.7870.98
HexF377B80331851495447
Octal363167270063305511124107
Binary1111001111101111011100001100111100010110100100110101001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F377B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F377B8; }

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

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

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

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

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

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

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

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