#F2697F

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

Shades of Brink Pink #F2697F

Tints of Brink Pink #F2697F

Color information

#F2697F (or 0xF2697F) is unknown color: approx Brink Pink. HEX triplet: F2, 69 and 7F. RGB value is (242,105,127). Sum of RGB (Red+Green+Blue) = 242+105+127=474 (62% of max value = 765). Red value is 242 (94.92% from 255 or 51.05% from 474); Green value is 105 (41.41% from 255 or 22.15% from 474); Blue value is 127 (50% from 255 or 26.79% from 474); Max value from RGB is 242 - color contains mainly: red. Hex color #F2697F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F2697F is #0D9680. Grayscale: #949494. Windows color (decimal): -890497 or 8350194. OLE color: 8350194.

HSL color Cylindrical-coordinate representation of color #F2697F: hue angle of 350.36º degrees, saturation: 0.84, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #F2697F is Cyan = 0, Magento = 0.57, Yellow = 0.48 and Black (K on CMYK) = 0.05.

Color convert

RGB242105127-
CMYK00.570.480.05
HSL350.36º84.05%68.04%-
HSV(B)350.36º56.61%94.9%-
XYZ45.530.5123.57-
YUV148.47115.89194.71-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 51.05%
GREEN value IS 105 (41.41% from 255) = 22.15%
BLUE value IS 127 (50% from 255) = 26.79%
R=51.05%
G=22.15%
B=26.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.48
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24210512700.570.480.05350.3684.0568.04
HexF2697F03930515e5444
Octal362151177071605536124104
Binary1111001011010011111111011100111000010110101111010101001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2697F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2697F; }

 p { color: rgb(242,105,127); }

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

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

 a { background-color: rgb(242,105,127); }

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

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

 span { border-color: rgb(242,105,127); }

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