#F67AC4

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

Shades of Persian Pink #F67AC4

Tints of Persian Pink #F67AC4

Color information

#F67AC4 (or 0xF67AC4) is unknown color: approx Persian Pink. HEX triplet: F6, 7A and C4. RGB value is (246,122,196). Sum of RGB (Red+Green+Blue) = 246+122+196=564 (74% of max value = 765). Red value is 246 (96.48% from 255 or 43.62% from 564); Green value is 122 (48.05% from 255 or 21.63% from 564); Blue value is 196 (76.95% from 255 or 34.75% from 564); Max value from RGB is 246 - color contains mainly: red. Hex color #F67AC4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F67AC4 is #09853B. Grayscale: #A7A7A7. Windows color (decimal): -623932 or 12876534. OLE color: 12876534.

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

Color convert

RGB246122196-
CMYK00.500.200.04
HSL324.19º87.32%72.16%-
HSV(B)324.19º50.41%96.47%-
XYZ54.9337.556.57-
YUV167.51144.08183.98-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 43.62%
GREEN value IS 122 (48.05% from 255) = 21.63%
BLUE value IS 196 (76.95% from 255) = 34.75%
R=43.62%
G=21.63%
B=34.75%

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
Decimal24612219600.500.200.04324.1987.3272.16
HexF67AC40321441445748
Octal366172304062244504127110
Binary1111011011110101100010001100101010010010100010010101111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F67AC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F67AC4; }

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

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

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

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

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

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

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

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