Html Css Color HEX #F2587C Brink Pink

📋 copy color: '#F2587C'

red 242 ◦ green 88 ◦ blue 124

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

Shades of Brink Pink #F2587C

Tints of Brink Pink #F2587C

RGB

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

 GREEN value IS 88 (34.77% from 255) = 19.38%

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

R = 53.3%
G = 19.38%
B = 27.31%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.49

 K value IS 0.05

RGB Variations

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

Color information

#F2587C (or 0xF2587C) is known color: Brink Pink. HEX triplet: F2, 58 and 7C. RGB value is (242,88,124). Sum of RGB (Red+Green+Blue) = 242+88+124=454 (60% of max value = 765). Red value is 242 (94.92% from 255 or 53.30% from 454); Green value is 88 (34.77% from 255 or 19.38% from 454); Blue value is 124 (48.83% from 255 or 27.31% from 454); Max value from RGB is 242 - color contains mainly: red. Hex color #F2587C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F2587C is #0DA783. Grayscale: #8A8A8A. Windows color (decimal): -894852 or 8149234. OLE color: 8149234.

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

Color convert

RGB 242 88 124 -
CMYK 0 0.64 0.49 0.05
HSL 345.97º 0.86% 0.65% -
HSV(B) 345.97º 0.64% 0.95% -
XYZ 43.75 27.31 22.03 -
YUV 138.15 120.02 202.07 -
System Red Green Blue C M Y K H S L
Decimal 242 88 124 0 0.64 0.49 0.05 345.97 0.86 0.65
Hex F2 58 7C 0 40 31 5 15A 56 41
Octal 362 130 174 0 100 61 5 532 126 101
Binary 11110010 1011000 1111100 0 1000000 110001 101 101011010 1010110 1000001

Color Harmonies of #F2587C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2587C

Black with #F2587C

Text Example


Text Example

White with #F2587C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2587C; }

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

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

background-color css

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

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

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

border-color css

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

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

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