#F2597F

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

Shades of Brink Pink #F2597F

Tints of Brink Pink #F2597F

Color information

#F2597F (or 0xF2597F) is unknown color: approx Brink Pink. HEX triplet: F2, 59 and 7F. RGB value is (242,89,127). Sum of RGB (Red+Green+Blue) = 242+89+127=458 (60% of max value = 765). Red value is 242 (94.92% from 255 or 52.84% from 458); Green value is 89 (35.16% from 255 or 19.43% from 458); Blue value is 127 (50% from 255 or 27.73% from 458); Max value from RGB is 242 - color contains mainly: red. Hex color #F2597F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F2597F is #0DA680. Grayscale: #8B8B8B. Windows color (decimal): -894593 or 8346098. OLE color: 8346098.

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

Color convert

RGB24289127-
CMYK00.630.480.05
HSL345.1º85.47%64.9%-
HSV(B)345.1º63.22%94.9%-
XYZ44.0227.5523.08-
YUV139.08121.19201.41-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 52.84%
GREEN value IS 89 (35.16% from 255) = 19.43%
BLUE value IS 127 (50% from 255) = 27.73%
R=52.84%
G=19.43%
B=27.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.48
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2428912700.630.480.05345.185.4764.9
HexF2597F03F3051595541
Octal362131177077605531125101
Binary1111001010110011111111011111111000010110101100110101011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2597F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2597F; }

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

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

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

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

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

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

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

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