Html Css Color HEX #F2597E Brink Pink

📋 copy color: '#F2597E'

red 242 ◦ green 89 ◦ blue 126

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

Shades of Brink Pink #F2597E

Tints of Brink Pink #F2597E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 27.57%

R = 52.95%
G = 19.47%
B = 27.57%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.48

 K value IS 0.05

RGB Variations

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

Color information

#F2597E (or 0xF2597E) is known color: Brink Pink. HEX triplet: F2, 59 and 7E. RGB value is (242,89,126). Sum of RGB (Red+Green+Blue) = 242+89+126=457 (60% of max value = 765). Red value is 242 (94.92% from 255 or 52.95% from 457); Green value is 89 (35.16% from 255 or 19.47% from 457); Blue value is 126 (49.61% from 255 or 27.57% from 457); Max value from RGB is 242 - color contains mainly: red. Hex color #F2597E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F2597E is #0DA681. Grayscale: #8A8A8A. Windows color (decimal): -894594 or 8280562. OLE color: 8280562.

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

Color convert

RGB 242 89 126 -
CMYK 0 0.63 0.48 0.05
HSL 345.49º 0.85% 0.65% -
HSV(B) 345.49º 0.63% 0.95% -
XYZ 43.96 27.53 22.74 -
YUV 138.97 120.69 201.49 -
System Red Green Blue C M Y K H S L
Decimal 242 89 126 0 0.63 0.48 0.05 345.49 0.85 0.65
Hex F2 59 7E 0 3F 30 5 159 55 41
Octal 362 131 176 0 77 60 5 531 125 101
Binary 11110010 1011001 1111110 0 111111 110000 101 101011001 1010101 1000001

Color Harmonies of #F2597E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2597E

Black with #F2597E

Text Example


Text Example

White with #F2597E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2597E; }

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

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

background-color css

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

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

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

border-color css

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

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

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