#F2697E

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

Shades of Brink Pink #F2697E

Tints of Brink Pink #F2697E

Color information

#F2697E (or 0xF2697E) is unknown color: approx Brink Pink. HEX triplet: F2, 69 and 7E. RGB value is (242,105,126). Sum of RGB (Red+Green+Blue) = 242+105+126=473 (62% of max value = 765). Red value is 242 (94.92% from 255 or 51.16% from 473); Green value is 105 (41.41% from 255 or 22.20% from 473); Blue value is 126 (49.61% from 255 or 26.64% from 473); Max value from RGB is 242 - color contains mainly: red. Hex color #F2697E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F2697E is #0D9681. Grayscale: #949494. Windows color (decimal): -890498 or 8284658. OLE color: 8284658.

HSL color Cylindrical-coordinate representation of color #F2697E: hue angle of 350.8º 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 #F2697E is Cyan = 0, Magento = 0.57, Yellow = 0.48 and Black (K on CMYK) = 0.05.

Color convert

RGB242105126-
CMYK00.570.480.05
HSL350.8º84.05%68.04%-
HSV(B)350.8º56.61%94.9%-
XYZ45.4430.4923.23-
YUV148.36115.39194.79-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 51.16%
GREEN value IS 105 (41.41% from 255) = 22.20%
BLUE value IS 126 (49.61% from 255) = 26.64%
R=51.16%
G=22.20%
B=26.64%

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
Decimal24210512600.570.480.05350.884.0568.04
HexF2697E03930515f5444
Octal362151176071605537124104
Binary1111001011010011111110011100111000010110101111110101001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2697E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2697E; }

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

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

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

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

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

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

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

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