Html Css Color HEX #F2597C Brink Pink

📋 copy color: '#F2597C'

red 242 ◦ green 89 ◦ blue 124

#F2597C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Brink Pink #F2597C

Tints of Brink Pink #F2597C

RGB

 RED value IS 242 (94.92% from 255) = 53.19%

 GREEN value IS 89 (35.16% from 255) = 19.56%

 BLUE value IS 124 (48.83% from 255) = 27.25%

R = 53.19%
G = 19.56%
B = 27.25%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.49

 K value IS 0.05

RGB Variations

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

Color information

#F2597C (or 0xF2597C) is known color: Brink Pink. HEX triplet: F2, 59 and 7C. RGB value is (242,89,124). Sum of RGB (Red+Green+Blue) = 242+89+124=455 (60% of max value = 765). Red value is 242 (94.92% from 255 or 53.19% from 455); Green value is 89 (35.16% from 255 or 19.56% from 455); Blue value is 124 (48.83% from 255 or 27.25% from 455); Max value from RGB is 242 - color contains mainly: red. Hex color #F2597C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F2597C is #0DA683. Grayscale: #8A8A8A. Windows color (decimal): -894596 or 8149490. OLE color: 8149490.

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

Color convert

RGB 242 89 124 -
CMYK 0 0.63 0.49 0.05
HSL 346.27º 0.85% 0.65% -
HSV(B) 346.27º 0.63% 0.95% -
XYZ 43.83 27.48 22.06 -
YUV 138.74 119.69 201.65 -
System Red Green Blue C M Y K H S L
Decimal 242 89 124 0 0.63 0.49 0.05 346.27 0.85 0.65
Hex F2 59 7C 0 3F 31 5 15A 55 41
Octal 362 131 174 0 77 61 5 532 125 101
Binary 11110010 1011001 1111100 0 111111 110001 101 101011010 1010101 1000001

Color Harmonies of #F2597C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2597C

Black with #F2597C

Text Example


Text Example

White with #F2597C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2597C; }

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

 H1.HeaderClassName
 {
   color: #F2597C;
 }
 .AnyTagClassName
 {
   color: #F2597C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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