Html Css Color HEX #F1557F Dark Pink

📋 copy color: '#F1557F'

red 241 ◦ green 85 ◦ blue 127

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

Shades of Dark Pink #F1557F

Tints of Dark Pink #F1557F

RGB

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

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

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

R = 53.2%
G = 18.76%
B = 28.04%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.47

 K value IS 0.05

RGB Variations

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

Color information

#F1557F (or 0xF1557F) is known color: Dark Pink. HEX triplet: F1, 55 and 7F. RGB value is (241,85,127). Sum of RGB (Red+Green+Blue) = 241+85+127=453 (60% of max value = 765). Red value is 241 (94.53% from 255 or 53.20% from 453); Green value is 85 (33.59% from 255 or 18.76% from 453); Blue value is 127 (50% from 255 or 28.04% from 453); Max value from RGB is 241 - color contains mainly: red. Hex color #F1557F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F1557F is #0EAA80. Grayscale: #888888. Windows color (decimal): -961153 or 8345073. OLE color: 8345073.

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

Color convert

RGB 241 85 127 -
CMYK 0 0.65 0.47 0.05
HSL 343.85º 0.85% 0.64% -
HSV(B) 343.85º 0.65% 0.95% -
XYZ 43.35 26.73 22.95 -
YUV 136.43 122.68 202.58 -
System Red Green Blue C M Y K H S L
Decimal 241 85 127 0 0.65 0.47 0.05 343.85 0.85 0.64
Hex F1 55 7F 0 41 2F 5 158 55 40
Octal 361 125 177 0 101 57 5 530 125 100
Binary 11110001 1010101 1111111 0 1000001 101111 101 101011000 1010101 1000000

Color Harmonies of #F1557F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1557F

Black with #F1557F

Text Example


Text Example

White with #F1557F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1557F; }

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

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

background-color css

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

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

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

border-color css

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

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

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