#F65D7E

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

Shades of Brink Pink #F65D7E

Tints of Brink Pink #F65D7E

Color information

#F65D7E (or 0xF65D7E) is unknown color: approx Brink Pink. HEX triplet: F6, 5D and 7E. RGB value is (246,93,126). Sum of RGB (Red+Green+Blue) = 246+93+126=465 (61% of max value = 765). Red value is 246 (96.48% from 255 or 52.90% from 465); Green value is 93 (36.72% from 255 or 20% from 465); Blue value is 126 (49.61% from 255 or 27.10% from 465); Max value from RGB is 246 - color contains mainly: red. Hex color #F65D7E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F65D7E is #09A281. Grayscale: #8E8E8E. Windows color (decimal): -631426 or 8281590. OLE color: 8281590.

HSL color Cylindrical-coordinate representation of color #F65D7E: hue angle of 347.06º degrees, saturation: 0.89, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #F65D7E is Cyan = 0, Magento = 0.62, Yellow = 0.49 and Black (K on CMYK) = 0.04.

Color convert

RGB24693126-
CMYK00.620.490.04
HSL347.06º89.47%66.47%-
HSV(B)347.06º62.2%96.47%-
XYZ45.6928.9322.91-
YUV142.51118.69201.82-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 52.90%
GREEN value IS 93 (36.72% from 255) = 20%
BLUE value IS 126 (49.61% from 255) = 27.10%
R=52.90%
G=20%
B=27.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.49
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2469312600.620.490.04347.0689.4766.47
HexF65D7E03E31415b5942
Octal366135176076614533131102
Binary1111011010111011111110011111011000110010101101110110011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F65D7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F65D7E; }

 p { color: rgb(246,93,126); }

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

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

 a { background-color: rgb(246,93,126); }

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

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

 span { border-color: rgb(246,93,126); }

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