Html Css Color HEX #F2577F Dark Pink

📋 copy color: '#F2577F'

red 242 ◦ green 87 ◦ blue 127

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

Shades of Dark Pink #F2577F

Tints of Dark Pink #F2577F

RGB

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

 GREEN value IS 87 (34.38% from 255) = 19.08%

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

R = 53.07%
G = 19.08%
B = 27.85%

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

#F2577F (or 0xF2577F) is known color: Dark Pink. HEX triplet: F2, 57 and 7F. RGB value is (242,87,127). Sum of RGB (Red+Green+Blue) = 242+87+127=456 (60% of max value = 765). Red value is 242 (94.92% from 255 or 53.07% from 456); Green value is 87 (34.38% from 255 or 19.08% from 456); Blue value is 127 (50% from 255 or 27.85% from 456); Max value from RGB is 242 - color contains mainly: red. Hex color #F2577F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F2577F is #0DA880. Grayscale: #898989. Windows color (decimal): -895105 or 8345586. OLE color: 8345586.

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

Color convert

RGB 242 87 127 -
CMYK 0 0.64 0.48 0.05
HSL 344.52º 0.86% 0.65% -
HSV(B) 344.52º 0.64% 0.95% -
XYZ 43.86 27.23 23.02 -
YUV 137.91 121.85 202.25 -
System Red Green Blue C M Y K H S L
Decimal 242 87 127 0 0.64 0.48 0.05 344.52 0.86 0.65
Hex F2 57 7F 0 40 30 5 159 56 41
Octal 362 127 177 0 100 60 5 531 126 101
Binary 11110010 1010111 1111111 0 1000000 110000 101 101011001 1010110 1000001

Color Harmonies of #F2577F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2577F

Black with #F2577F

Text Example


Text Example

White with #F2577F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2577F; }

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

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

background-color css

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

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

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

border-color css

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

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

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