Html Css Color HEX #F1557C Dark Pink

📋 copy color: '#F1557C'

red 241 ◦ green 85 ◦ blue 124

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

Shades of Dark Pink #F1557C

Tints of Dark Pink #F1557C

RGB

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

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

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

R = 53.56%
G = 18.89%
B = 27.56%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.49

 K value IS 0.05

RGB Variations

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

Color information

#F1557C (or 0xF1557C) is known color: Dark Pink. HEX triplet: F1, 55 and 7C. RGB value is (241,85,124). Sum of RGB (Red+Green+Blue) = 241+85+124=450 (59% of max value = 765). Red value is 241 (94.53% from 255 or 53.56% from 450); Green value is 85 (33.59% from 255 or 18.89% from 450); Blue value is 124 (48.83% from 255 or 27.56% from 450); Max value from RGB is 241 - color contains mainly: red. Hex color #F1557C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F1557C is #0EAA83. Grayscale: #888888. Windows color (decimal): -961156 or 8148465. OLE color: 8148465.

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

Color convert

RGB 241 85 124 -
CMYK 0 0.65 0.49 0.05
HSL 345º 0.85% 0.64% -
HSV(B) 345º 0.65% 0.95% -
XYZ 43.16 26.65 21.94 -
YUV 136.09 121.18 202.83 -
System Red Green Blue C M Y K H S L
Decimal 241 85 124 0 0.65 0.49 0.05 345 0.85 0.64
Hex F1 55 7C 0 41 31 5 159 55 40
Octal 361 125 174 0 101 61 5 531 125 100
Binary 11110001 1010101 1111100 0 1000001 110001 101 101011001 1010101 1000000

Color Harmonies of #F1557C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1557C

Black with #F1557C

Text Example


Text Example

White with #F1557C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1557C; }

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

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

background-color css

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

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

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

border-color css

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

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

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