Html Css Color HEX #F1557D Dark Pink

📋 copy color: '#F1557D'

red 241 ◦ green 85 ◦ blue 125

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

Shades of Dark Pink #F1557D

Tints of Dark Pink #F1557D

RGB

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

 GREEN value IS 85 (33.59% from 255) = 18.85%

 BLUE value IS 125 (49.22% from 255) = 27.72%

R = 53.44%
G = 18.85%
B = 27.72%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.48

 K value IS 0.05

RGB Variations

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

Color information

#F1557D (or 0xF1557D) is known color: Dark Pink. HEX triplet: F1, 55 and 7D. RGB value is (241,85,125). Sum of RGB (Red+Green+Blue) = 241+85+125=451 (59% of max value = 765). Red value is 241 (94.53% from 255 or 53.44% from 451); Green value is 85 (33.59% from 255 or 18.85% from 451); Blue value is 125 (49.22% from 255 or 27.72% from 451); Max value from RGB is 241 - color contains mainly: red. Hex color #F1557D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F1557D is #0EAA82. Grayscale: #888888. Windows color (decimal): -961155 or 8214001. OLE color: 8214001.

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

Color convert

RGB 241 85 125 -
CMYK 0 0.65 0.48 0.05
HSL 344.62º 0.85% 0.64% -
HSV(B) 344.62º 0.65% 0.95% -
XYZ 43.23 26.68 22.27 -
YUV 136.2 121.68 202.75 -
System Red Green Blue C M Y K H S L
Decimal 241 85 125 0 0.65 0.48 0.05 344.62 0.85 0.64
Hex F1 55 7D 0 41 30 5 159 55 40
Octal 361 125 175 0 101 60 5 531 125 100
Binary 11110001 1010101 1111101 0 1000001 110000 101 101011001 1010101 1000000

Color Harmonies of #F1557D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1557D

Black with #F1557D

Text Example


Text Example

White with #F1557D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1557D; }

 p { color: rgb(241,85,125); }

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

background-color css

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

 a { background-color: rgb(241,85,125); }

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

border-color css

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

 span { border-color: rgb(241,85,125); }

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