#F2658A

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

Shades of Brink Pink #F2658A

Tints of Brink Pink #F2658A

Color information

#F2658A (or 0xF2658A) is unknown color: approx Brink Pink. HEX triplet: F2, 65 and 8A. RGB value is (242,101,138). Sum of RGB (Red+Green+Blue) = 242+101+138=481 (63% of max value = 765). Red value is 242 (94.92% from 255 or 50.31% from 481); Green value is 101 (39.84% from 255 or 21.00% from 481); Blue value is 138 (54.30% from 255 or 28.69% from 481); Max value from RGB is 242 - color contains mainly: red. Hex color #F2658A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F2658A is #0D9A75. Grayscale: #939393. Windows color (decimal): -891510 or 9070066. OLE color: 9070066.

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

Color convert

RGB242101138-
CMYK00.580.430.05
HSL344.26º84.43%67.25%-
HSV(B)344.26º58.26%94.9%-
XYZ45.8630.0227.42-
YUV147.38122.71195.49-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 50.31%
GREEN value IS 101 (39.84% from 255) = 21.00%
BLUE value IS 138 (54.30% from 255) = 28.69%
R=50.31%
G=21.00%
B=28.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.43
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24210113800.580.430.05344.2684.4367.25
HexF2658A03A2B51585443
Octal362145212072535530124103
Binary11110010110010110001010011101010101110110101100010101001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2658A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2658A; }

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

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

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

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

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

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

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

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