#F538AC

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

Shades of Persian Rose #F538AC

Tints of Persian Rose #F538AC

Color information

#F538AC (or 0xF538AC) is unknown color: approx Persian Rose. HEX triplet: F5, 38 and AC. RGB value is (245,56,172). Sum of RGB (Red+Green+Blue) = 245+56+172=473 (62% of max value = 765). Red value is 245 (96.09% from 255 or 51.80% from 473); Green value is 56 (22.27% from 255 or 11.84% from 473); Blue value is 172 (67.58% from 255 or 36.36% from 473); Max value from RGB is 245 - color contains mainly: red. Hex color #F538AC is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F538AC is #0AC753. Grayscale: #7D7D7D. Windows color (decimal): -706388 or 11286773. OLE color: 11286773.

HSL color Cylindrical-coordinate representation of color #F538AC: hue angle of 323.17º degrees, saturation: 0.9, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #F538AC is Cyan = 0, Magento = 0.77, Yellow = 0.30 and Black (K on CMYK) = 0.04.

Color convert

RGB24556172-
CMYK00.770.300.04
HSL323.17º90.43%59.02%-
HSV(B)323.17º77.14%96.08%-
XYZ46.5225.2241.45-
YUV125.74154.12213.07-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 51.80%
GREEN value IS 56 (22.27% from 255) = 11.84%
BLUE value IS 172 (67.58% from 255) = 36.36%
R=51.80%
G=11.84%
B=36.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.30
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2455617200.770.300.04323.1790.4359.02
HexF538AC04D1E41435a3b
Octal36570254011536450313273
Binary111101011110001010110001001101111101001010000111011010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F538AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F538AC; }

 p { color: rgb(245,56,172); }

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

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

 a { background-color: rgb(245,56,172); }

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

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

 span { border-color: rgb(245,56,172); }

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