#F7667E

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

Shades of Brink Pink #F7667E

Tints of Brink Pink #F7667E

Color information

#F7667E (or 0xF7667E) is unknown color: approx Brink Pink. HEX triplet: F7, 66 and 7E. RGB value is (247,102,126). Sum of RGB (Red+Green+Blue) = 247+102+126=475 (62% of max value = 765). Red value is 247 (96.88% from 255 or 52% from 475); Green value is 102 (40.23% from 255 or 21.47% from 475); Blue value is 126 (49.61% from 255 or 26.53% from 475); Max value from RGB is 247 - color contains mainly: red. Hex color #F7667E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F7667E is #089981. Grayscale: #949494. Windows color (decimal): -563586 or 8283895. OLE color: 8283895.

HSL color Cylindrical-coordinate representation of color #F7667E: hue angle of 350.07º degrees, saturation: 0.9, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #F7667E is Cyan = 0, Magento = 0.59, Yellow = 0.49 and Black (K on CMYK) = 0.03.

Color convert

RGB247102126-
CMYK00.590.490.03
HSL350.07º90.06%68.43%-
HSV(B)350.07º58.7%96.86%-
XYZ46.8830.7823.21-
YUV148.09115.54198.55-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 52%
GREEN value IS 102 (40.23% from 255) = 21.47%
BLUE value IS 126 (49.61% from 255) = 26.53%
R=52%
G=21.47%
B=26.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.49
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24710212600.590.490.03350.0790.0668.43
HexF7667E03B31315e5a44
Octal367146176073613536132104
Binary111101111100110111111001110111100011110101111010110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7667E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7667E; }

 p { color: rgb(247,102,126); }

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

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

 a { background-color: rgb(247,102,126); }

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

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

 span { border-color: rgb(247,102,126); }

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