Html Css Color HEX #F2587F Dark Pink

📋 copy color: '#F2587F'

red 242 ◦ green 88 ◦ blue 127

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

Shades of Dark Pink #F2587F

Tints of Dark Pink #F2587F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 27.79%

R = 52.95%
G = 19.26%
B = 27.79%

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

#F2587F (or 0xF2587F) is known color: Dark Pink. HEX triplet: F2, 58 and 7F. RGB value is (242,88,127). Sum of RGB (Red+Green+Blue) = 242+88+127=457 (60% of max value = 765). Red value is 242 (94.92% from 255 or 52.95% from 457); Green value is 88 (34.77% from 255 or 19.26% from 457); Blue value is 127 (50% from 255 or 27.79% from 457); Max value from RGB is 242 - color contains mainly: red. Hex color #F2587F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F2587F is #0DA780. Grayscale: #8A8A8A. Windows color (decimal): -894849 or 8345842. OLE color: 8345842.

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

Color convert

RGB 242 88 127 -
CMYK 0 0.64 0.48 0.05
HSL 344.81º 0.86% 0.65% -
HSV(B) 344.81º 0.64% 0.95% -
XYZ 43.94 27.39 23.05 -
YUV 138.49 121.52 201.83 -
System Red Green Blue C M Y K H S L
Decimal 242 88 127 0 0.64 0.48 0.05 344.81 0.86 0.65
Hex F2 58 7F 0 40 30 5 159 56 41
Octal 362 130 177 0 100 60 5 531 126 101
Binary 11110010 1011000 1111111 0 1000000 110000 101 101011001 1010110 1000001

Color Harmonies of #F2587F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2587F

Black with #F2587F

Text Example


Text Example

White with #F2587F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2587F; }

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

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

background-color css

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

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

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

border-color css

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

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

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