#F2657A

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

Shades of Brink Pink #F2657A

Tints of Brink Pink #F2657A

Color information

#F2657A (or 0xF2657A) is unknown color: approx Brink Pink. HEX triplet: F2, 65 and 7A. RGB value is (242,101,122). Sum of RGB (Red+Green+Blue) = 242+101+122=465 (61% of max value = 765). Red value is 242 (94.92% from 255 or 52.04% from 465); Green value is 101 (39.84% from 255 or 21.72% from 465); Blue value is 122 (48.05% from 255 or 26.24% from 465); Max value from RGB is 242 - color contains mainly: red. Hex color #F2657A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F2657A is #0D9A85. Grayscale: #919191. Windows color (decimal): -891526 or 8021490. OLE color: 8021490.

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

Color convert

RGB242101122-
CMYK00.580.500.05
HSL351.06º84.43%67.25%-
HSV(B)351.06º58.26%94.9%-
XYZ44.7829.5921.76-
YUV145.55114.71196.79-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 52.04%
GREEN value IS 101 (39.84% from 255) = 21.72%
BLUE value IS 122 (48.05% from 255) = 26.24%
R=52.04%
G=21.72%
B=26.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.50
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24210112200.580.500.05351.0684.4367.25
HexF2657A03A32515f5443
Octal362145172072625537124103
Binary1111001011001011111010011101011001010110101111110101001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2657A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2657A; }

 p { color: rgb(242,101,122); }

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

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

 a { background-color: rgb(242,101,122); }

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

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

 span { border-color: rgb(242,101,122); }

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