#F25C82

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

Shades of Brink Pink #F25C82

Tints of Brink Pink #F25C82

Color information

#F25C82 (or 0xF25C82) is unknown color: approx Brink Pink. HEX triplet: F2, 5C and 82. RGB value is (242,92,130). Sum of RGB (Red+Green+Blue) = 242+92+130=464 (61% of max value = 765). Red value is 242 (94.92% from 255 or 52.16% from 464); Green value is 92 (36.33% from 255 or 19.83% from 464); Blue value is 130 (51.17% from 255 or 28.02% from 464); Max value from RGB is 242 - color contains mainly: red. Hex color #F25C82 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F25C82 is #0DA37D. Grayscale: #8D8D8D. Windows color (decimal): -893822 or 8543474. OLE color: 8543474.

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

Color convert

RGB24292130-
CMYK00.620.460.05
HSL344.8º85.23%65.49%-
HSV(B)344.8º61.98%94.9%-
XYZ44.4728.1424.21-
YUV141.18121.7199.91-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 52.16%
GREEN value IS 92 (36.33% from 255) = 19.83%
BLUE value IS 130 (51.17% from 255) = 28.02%
R=52.16%
G=19.83%
B=28.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.46
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2429213000.620.460.05344.885.2365.49
HexF25C8203E2E51595541
Octal362134202076565531125101
Binary11110010101110010000010011111010111010110101100110101011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F25C82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F25C82; }

 p { color: rgb(242,92,130); }

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

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

 a { background-color: rgb(242,92,130); }

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

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

 span { border-color: rgb(242,92,130); }

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