Html Css Color HEX #F2587E Dark Pink

📋 copy color: '#F2587E'

red 242 ◦ green 88 ◦ blue 126

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

Shades of Dark Pink #F2587E

Tints of Dark Pink #F2587E

RGB

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

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

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

R = 53.07%
G = 19.3%
B = 27.63%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.48

 K value IS 0.05

RGB Variations

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

Color information

#F2587E (or 0xF2587E) is known color: Dark Pink. HEX triplet: F2, 58 and 7E. RGB value is (242,88,126). Sum of RGB (Red+Green+Blue) = 242+88+126=456 (60% of max value = 765). Red value is 242 (94.92% from 255 or 53.07% from 456); Green value is 88 (34.77% from 255 or 19.30% from 456); Blue value is 126 (49.61% from 255 or 27.63% from 456); Max value from RGB is 242 - color contains mainly: red. Hex color #F2587E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F2587E is #0DA781. Grayscale: #8A8A8A. Windows color (decimal): -894850 or 8280306. OLE color: 8280306.

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

Color convert

RGB 242 88 126 -
CMYK 0 0.64 0.48 0.05
HSL 345.19º 0.86% 0.65% -
HSV(B) 345.19º 0.64% 0.95% -
XYZ 43.87 27.36 22.71 -
YUV 138.38 121.02 201.91 -
System Red Green Blue C M Y K H S L
Decimal 242 88 126 0 0.64 0.48 0.05 345.19 0.86 0.65
Hex F2 58 7E 0 40 30 5 159 56 41
Octal 362 130 176 0 100 60 5 531 126 101
Binary 11110010 1011000 1111110 0 1000000 110000 101 101011001 1010110 1000001

Color Harmonies of #F2587E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2587E

Black with #F2587E

Text Example


Text Example

White with #F2587E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2587E; }

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

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

background-color css

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

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

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

border-color css

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

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

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