#F380B6

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

Shades of Persian Pink #F380B6

Tints of Persian Pink #F380B6

Color information

#F380B6 (or 0xF380B6) is unknown color: approx Persian Pink. HEX triplet: F3, 80 and B6. RGB value is (243,128,182). Sum of RGB (Red+Green+Blue) = 243+128+182=553 (73% of max value = 765). Red value is 243 (95.31% from 255 or 43.94% from 553); Green value is 128 (50.39% from 255 or 23.15% from 553); Blue value is 182 (71.48% from 255 or 32.91% from 553); Max value from RGB is 243 - color contains mainly: red. Hex color #F380B6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F380B6 is #0C7F49. Grayscale: #A8A8A8. Windows color (decimal): -819018 or 11960563. OLE color: 11960563.

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

Color convert

RGB243128182-
CMYK00.470.250.05
HSL331.83º82.73%72.75%-
HSV(B)331.83º47.33%95.29%-
XYZ53.1237.8748.77-
YUV168.54135.6181.11-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 43.94%
GREEN value IS 128 (50.39% from 255) = 23.15%
BLUE value IS 182 (71.48% from 255) = 32.91%
R=43.94%
G=23.15%
B=32.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.25
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24312818200.470.250.05331.8382.7372.75
HexF380B602F19514c5349
Octal363200266057315514123111
Binary11110011100000001011011001011111100110110100110010100111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F380B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F380B6; }

 p { color: rgb(243,128,182); }

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

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

 a { background-color: rgb(243,128,182); }

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

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

 span { border-color: rgb(243,128,182); }

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