#F675C2

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

Shades of Persian Pink #F675C2

Tints of Persian Pink #F675C2

Color information

#F675C2 (or 0xF675C2) is unknown color: approx Persian Pink. HEX triplet: F6, 75 and C2. RGB value is (246,117,194). Sum of RGB (Red+Green+Blue) = 246+117+194=557 (73% of max value = 765). Red value is 246 (96.48% from 255 or 44.17% from 557); Green value is 117 (46.09% from 255 or 21.01% from 557); Blue value is 194 (76.17% from 255 or 34.83% from 557); Max value from RGB is 246 - color contains mainly: red. Hex color #F675C2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F675C2 is #098A3D. Grayscale: #A4A4A4. Windows color (decimal): -625214 or 12744182. OLE color: 12744182.

HSL color Cylindrical-coordinate representation of color #F675C2: hue angle of 324.19º degrees, saturation: 0.88, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #F675C2 is Cyan = 0, Magento = 0.52, Yellow = 0.21 and Black (K on CMYK) = 0.04.

Color convert

RGB246117194-
CMYK00.520.210.04
HSL324.19º87.76%71.18%-
HSV(B)324.19º52.44%96.47%-
XYZ54.136.2155.18-
YUV164.35144.74186.24-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 44.17%
GREEN value IS 117 (46.09% from 255) = 21.01%
BLUE value IS 194 (76.17% from 255) = 34.83%
R=44.17%
G=21.01%
B=34.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.21
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24611719400.520.210.04324.1987.7671.18
HexF675C20341541445847
Octal366165302064254504130107
Binary1111011011101011100001001101001010110010100010010110001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F675C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F675C2; }

 p { color: rgb(246,117,194); }

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

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

 a { background-color: rgb(246,117,194); }

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

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

 span { border-color: rgb(246,117,194); }

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