Html Css Color HEX #F1577C Dark Pink

📋 copy color: '#F1577C'

red 241 ◦ green 87 ◦ blue 124

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

Shades of Dark Pink #F1577C

Tints of Dark Pink #F1577C

RGB

 RED value IS 241 (94.53% from 255) = 53.32%

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

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

R = 53.32%
G = 19.25%
B = 27.43%

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

#F1577C (or 0xF1577C) is known color: Dark Pink. HEX triplet: F1, 57 and 7C. RGB value is (241,87,124). Sum of RGB (Red+Green+Blue) = 241+87+124=452 (59% of max value = 765). Red value is 241 (94.53% from 255 or 53.32% from 452); Green value is 87 (34.38% from 255 or 19.25% from 452); Blue value is 124 (48.83% from 255 or 27.43% from 452); Max value from RGB is 241 - color contains mainly: red. Hex color #F1577C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F1577C is #0EA883. Grayscale: #898989. Windows color (decimal): -960644 or 8148977. OLE color: 8148977.

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

Color convert

RGB 241 87 124 -
CMYK 0 0.64 0.49 0.05
HSL 345.58º 0.85% 0.64% -
HSV(B) 345.58º 0.64% 0.95% -
XYZ 43.32 26.97 21.99 -
YUV 137.26 120.52 201.99 -
System Red Green Blue C M Y K H S L
Decimal 241 87 124 0 0.64 0.49 0.05 345.58 0.85 0.64
Hex F1 57 7C 0 40 31 5 15A 55 40
Octal 361 127 174 0 100 61 5 532 125 100
Binary 11110001 1010111 1111100 0 1000000 110001 101 101011010 1010101 1000000

Color Harmonies of #F1577C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1577C

Black with #F1577C

Text Example


Text Example

White with #F1577C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1577C; }

 p { color: rgb(241,87,124); }

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

background-color css

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

 a { background-color: rgb(241,87,124); }

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

border-color css

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

 span { border-color: rgb(241,87,124); }

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