#F25E7E

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

Shades of Brink Pink #F25E7E

Tints of Brink Pink #F25E7E

Color information

#F25E7E (or 0xF25E7E) is unknown color: approx Brink Pink. HEX triplet: F2, 5E and 7E. RGB value is (242,94,126). Sum of RGB (Red+Green+Blue) = 242+94+126=462 (61% of max value = 765). Red value is 242 (94.92% from 255 or 52.38% from 462); Green value is 94 (37.11% from 255 or 20.35% from 462); Blue value is 126 (49.61% from 255 or 27.27% from 462); Max value from RGB is 242 - color contains mainly: red. Hex color #F25E7E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F25E7E is #0DA181. Grayscale: #8D8D8D. Windows color (decimal): -893314 or 8281842. OLE color: 8281842.

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

Color convert

RGB24294126-
CMYK00.610.480.05
HSL347.03º85.06%65.88%-
HSV(B)347.03º61.16%94.9%-
XYZ44.3928.3922.88-
YUV141.9119.03199.4-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 52.38%
GREEN value IS 94 (37.11% from 255) = 20.35%
BLUE value IS 126 (49.61% from 255) = 27.27%
R=52.38%
G=20.35%
B=27.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.48
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2429412600.610.480.05347.0385.0665.88
HexF25E7E03D30515b5542
Octal362136176075605533125102
Binary1111001010111101111110011110111000010110101101110101011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F25E7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F25E7E; }

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

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

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

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

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

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

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

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