#F67AC5

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

Shades of Persian Pink #F67AC5

Tints of Persian Pink #F67AC5

Color information

#F67AC5 (or 0xF67AC5) is unknown color: approx Persian Pink. HEX triplet: F6, 7A and C5. RGB value is (246,122,197). Sum of RGB (Red+Green+Blue) = 246+122+197=565 (74% of max value = 765). Red value is 246 (96.48% from 255 or 43.54% from 565); Green value is 122 (48.05% from 255 or 21.59% from 565); Blue value is 197 (77.34% from 255 or 34.87% from 565); Max value from RGB is 246 - color contains mainly: red. Hex color #F67AC5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F67AC5 is #09853A. Grayscale: #A7A7A7. Windows color (decimal): -623931 or 12942070. OLE color: 12942070.

HSL color Cylindrical-coordinate representation of color #F67AC5: hue angle of 323.71º degrees, saturation: 0.87, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F67AC5 is Cyan = 0, Magento = 0.50, Yellow = 0.20 and Black (K on CMYK) = 0.04.

Color convert

RGB246122197-
CMYK00.500.200.04
HSL323.71º87.32%72.16%-
HSV(B)323.71º50.41%96.47%-
XYZ55.0437.5457.17-
YUV167.63144.58183.9-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 43.54%
GREEN value IS 122 (48.05% from 255) = 21.59%
BLUE value IS 197 (77.34% from 255) = 34.87%
R=43.54%
G=21.59%
B=34.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.20
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24612219700.500.200.04323.7187.3272.16
HexF67AC50321441445748
Octal366172305062244504127110
Binary1111011011110101100010101100101010010010100010010101111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F67AC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F67AC5; }

 p { color: rgb(246,122,197); }

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

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

 a { background-color: rgb(246,122,197); }

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

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

 span { border-color: rgb(246,122,197); }

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