#f67ac1

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

Shades of Persian Pink #F67AC1

Tints of Persian Pink #F67AC1

Color information

#F67AC1 (or 0xF67AC1) is unknown color: approx Persian Pink. HEX triplet: F6, 7A and C1. RGB value is (246,122,193). Sum of RGB (Red+Green+Blue) = 246+122+193=561 (74% of max value = 765). Red value is 246 (96.48% from 255 or 43.85% from 561); Green value is 122 (48.05% from 255 or 21.75% from 561); Blue value is 193 (75.78% from 255 or 34.40% from 561); Max value from RGB is 246 - color contains mainly: red. Hex color #F67AC1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F67AC1 is #09853E. Grayscale: #A7A7A7. Windows color (decimal): -623935 or 12679926. OLE color: 12679926.

HSL color Cylindrical-coordinate representation of color #F67AC1: hue angle of 325.65º 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 #F67AC1 is Cyan = 0, Magento = 0.50, Yellow = 0.22 and Black (K on CMYK) = 0.04.

Color convert

RGB246122193-
CMYK00.500.220.04
HSL325.65º87.32%72.16%-
HSV(B)325.65º50.41%96.47%-
XYZ54.5937.3654.79-
YUV167.17142.58184.23-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 43.85%
GREEN value IS 122 (48.05% from 255) = 21.75%
BLUE value IS 193 (75.78% from 255) = 34.40%
R=43.85%
G=21.75%
B=34.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.22
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24612219300.500.220.04325.6587.3272.16
HexF67AC10321641465748
Octal366172301062264506127110
Binary1111011011110101100000101100101011010010100011010101111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f67ac1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f67ac1; }

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

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

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

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

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

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

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

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