#F38BB8

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

Shades of Persian Pink #F38BB8

Tints of Persian Pink #F38BB8

Color information

#F38BB8 (or 0xF38BB8) is unknown color: approx Persian Pink. HEX triplet: F3, 8B and B8. RGB value is (243,139,184). Sum of RGB (Red+Green+Blue) = 243+139+184=566 (74% of max value = 765). Red value is 243 (95.31% from 255 or 42.93% from 566); Green value is 139 (54.69% from 255 or 24.56% from 566); Blue value is 184 (72.27% from 255 or 32.51% from 566); Max value from RGB is 243 - color contains mainly: red. Hex color #F38BB8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F38BB8 is #0C7447. Grayscale: #AFAFAF. Windows color (decimal): -816200 or 12094451. OLE color: 12094451.

HSL color Cylindrical-coordinate representation of color #F38BB8: hue angle of 334.04º degrees, saturation: 0.81, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #F38BB8 is Cyan = 0, Magento = 0.43, Yellow = 0.24 and Black (K on CMYK) = 0.05.

Color convert

RGB243139184-
CMYK00.430.240.05
HSL334.04º81.25%74.9%-
HSV(B)334.04º42.8%95.29%-
XYZ54.8540.9850.37-
YUV175.23132.96176.34-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 42.93%
GREEN value IS 139 (54.69% from 255) = 24.56%
BLUE value IS 184 (72.27% from 255) = 32.51%
R=42.93%
G=24.56%
B=32.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.24
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24313918400.430.240.05334.0481.2574.9
HexF38BB802B18514e514b
Octal363213270053305516121113
Binary11110011100010111011100001010111100010110100111010100011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F38BB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F38BB8; }

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

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

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

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

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

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

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

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