#F675BB

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

Shades of Persian Pink #F675BB

Tints of Persian Pink #F675BB

Color information

#F675BB (or 0xF675BB) is unknown color: approx Persian Pink. HEX triplet: F6, 75 and BB. RGB value is (246,117,187). Sum of RGB (Red+Green+Blue) = 246+117+187=550 (72% of max value = 765). Red value is 246 (96.48% from 255 or 44.73% from 550); Green value is 117 (46.09% from 255 or 21.27% from 550); Blue value is 187 (73.44% from 255 or 34% from 550); Max value from RGB is 246 - color contains mainly: red. Hex color #F675BB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F675BB is #098A44. Grayscale: #A3A3A3. Windows color (decimal): -625221 or 12285430. OLE color: 12285430.

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

Color convert

RGB246117187-
CMYK00.520.240.04
HSL327.44º87.76%71.18%-
HSV(B)327.44º52.44%96.47%-
XYZ53.3435.951.13-
YUV163.55141.24186.81-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 44.73%
GREEN value IS 117 (46.09% from 255) = 21.27%
BLUE value IS 187 (73.44% from 255) = 34%
R=44.73%
G=21.27%
B=34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.24
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24611718700.520.240.04327.4487.7671.18
HexF675BB0341841475847
Octal366165273064304507130107
Binary1111011011101011011101101101001100010010100011110110001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F675BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F675BB; }

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

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

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

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

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

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

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

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