#F66C7F

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

Shades of Brink Pink #F66C7F

Tints of Brink Pink #F66C7F

Color information

#F66C7F (or 0xF66C7F) is unknown color: approx Brink Pink. HEX triplet: F6, 6C and 7F. RGB value is (246,108,127). Sum of RGB (Red+Green+Blue) = 246+108+127=481 (63% of max value = 765). Red value is 246 (96.48% from 255 or 51.14% from 481); Green value is 108 (42.58% from 255 or 22.45% from 481); Blue value is 127 (50% from 255 or 26.40% from 481); Max value from RGB is 246 - color contains mainly: red. Hex color #F66C7F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F66C7F is #099380. Grayscale: #979797. Windows color (decimal): -627585 or 8350966. OLE color: 8350966.

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

Color convert

RGB246108127-
CMYK00.560.480.04
HSL351.74º88.46%69.41%-
HSV(B)351.74º56.1%96.47%-
XYZ47.231.8523.74-
YUV151.43114.22195.46-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 51.14%
GREEN value IS 108 (42.58% from 255) = 22.45%
BLUE value IS 127 (50% from 255) = 26.40%
R=51.14%
G=22.45%
B=26.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.48
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24610812700.560.480.04351.7488.4669.41
HexF66C7F0383041605845
Octal366154177070604540130105
Binary1111011011011001111111011100011000010010110000010110001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F66C7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F66C7F; }

 p { color: rgb(246,108,127); }

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

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

 a { background-color: rgb(246,108,127); }

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

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

 span { border-color: rgb(246,108,127); }

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