#F38AB7

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

Shades of Persian Pink #F38AB7

Tints of Persian Pink #F38AB7

Color information

#F38AB7 (or 0xF38AB7) is unknown color: approx Persian Pink. HEX triplet: F3, 8A and B7. RGB value is (243,138,183). Sum of RGB (Red+Green+Blue) = 243+138+183=564 (74% of max value = 765). Red value is 243 (95.31% from 255 or 43.09% from 564); Green value is 138 (54.30% from 255 or 24.47% from 564); Blue value is 183 (71.88% from 255 or 32.45% from 564); Max value from RGB is 243 - color contains mainly: red. Hex color #F38AB7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F38AB7 is #0C7548. Grayscale: #AEAEAE. Windows color (decimal): -816457 or 12028659. OLE color: 12028659.

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

Color convert

RGB243138183-
CMYK00.430.250.05
HSL334.29º81.4%74.71%-
HSV(B)334.29º43.21%95.29%-
XYZ54.640.6549.77-
YUV174.52132.79176.84-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 43.09%
GREEN value IS 138 (54.30% from 255) = 24.47%
BLUE value IS 183 (71.88% from 255) = 32.45%
R=43.09%
G=24.47%
B=32.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.25
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24313818300.430.250.05334.2981.474.71
HexF38AB702B19514e514b
Octal363212267053315516121113
Binary11110011100010101011011101010111100110110100111010100011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F38AB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F38AB7; }

 p { color: rgb(243,138,183); }

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

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

 a { background-color: rgb(243,138,183); }

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

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

 span { border-color: rgb(243,138,183); }

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